@Ruben
I posted a question on stackoverflow about this:
http://stackoverflow.com/questions/273836/why-build-fails-with-cruisecontrolnet-but-it-builds-fine-manually-with-same-set
and about how to get the build parameters when building manually:
http://stackoverflow.com/questions/280559/how-to-get-cmd-line-build-command-for-vs-solution
@Tim
I'll follow up with details about the msbuild output.
At the moment I managed to get it building with a temporary solution:
changed from Rebuild to simple Build so that it is not wiping out the
output dir since there's another solution which is outputing the same
dll I am using the previous build for the import. It's a very bad
solution but I need to get something out today
> all the docs say that VS2008 uses msbuild, other versions I do not know,
> VS2005 I think did not.
>
> But how to see what arguments get passed to msbuild, ...
> I have no idea.
>
> with kind regards
> Ruben Willems
>
> On Wed, Nov 12, 2008 at 1:33 PM, Giovanni Idili <
giovanni.id...@gmail.com>wrote:
>
> > @Ruben
> > Thanks for the advice.
>
> > Do you know if Visual Studio uses devenv or msbuild when I kick-off the
> > build manually?
> > I am trying to find out how to get that command line executed when I build
> > manually.
>
> > On Wed, Nov 12, 2008 at 12:27 PM, Ruben Willems <
ruben.will...@gmail.com>wrote:
>
> >> Hi
>
> >> I try to use msbuild, because the error messages there are more
> >> consistent.
> >> Devenv seems to cache dll locations once it has found a valid one.
>
> >> That's why I suggested to delete that .suo file.
>
> >> with kind regards
> >> Ruben Willems
>
> >> On Wed, Nov 12, 2008 at 1:20 PM, Giovanni Idili <
giovanni.id...@gmail.com
> >> > wrote:
>
> >>> @Ruben
> >>> it is an import on a C++ project so there are not (.NET style)
> >>> references:
>
> >>> #import "myDLLName.dll" raw_interfaces_only, raw_native_types,
> >>> no_namespace, named_guids, auto_search
>
> >>> with the msbuild I am getting a bunch of new errors - I'll try to gather
> >>> information about those but I am not to confident it's the right way to
> >>> solve it.
>
> >>> I'd rather focus on getting it working with devenv. this was working for
> >>> a long time then we changed build machine and it fell apart.
>
> >>> Thanks for your support
>
> >>> On Wed, Nov 12, 2008 at 12:09 PM, Ruben Willems <
ruben.will...@gmail.com
> >>> > wrote:
>
> >>>> Hi
>
> >>>> What you can try to solve this :
> >>>> delete the <solutionname>.suo file, and open the solution again
>
> >>>> maybe now you see the wrong references, they can be marked with an
> >>>> exclamation mark.
>
> >>>> also when you build with msbuild,
> >>>> the warnings should give a rather clear reason why it is failing
>
> >>>> with kind regards
> >>>> Ruben Willems
>