Likewise. More info would be helpful.  Some additional ideas:

Before attempting to use Nant with MSBuild, try executing MSBuild
directly from the command line.  If it doesn't work directly, it's
likely not going to work in Nant.

Experience has shown that MSBuild is quite reliable building .NET
applications.  However, using MSBuild to build C++ applications can be a
significant challenge.  This is especially true in cases were Developer
Studio IS NOT installed on the target build machine.

Take care to set the MSBuild temporary path in your project properties.
MSBuild needs this to be set and not to conflict with your local working
directory.

Ken Parrish

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gemma
Cameron
Sent: Tuesday, August 12, 2008 5:56 AM
To: nant-users@lists.sourceforge.net
Subject: [NAnt-users] Devstudio and msbuild

Has anyone got any idea why a solution will build in devstudio but  
fail when built by a nant script using msbuild? Has there been an  
msbuild update with sp3? Am using visual studio 2005.

All help would be most appreciated.

Gem

Sent from my iPhone

------------------------------------------------------------------------
-
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
NAnt-users mailing list
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to