[NAnt-users] outputdir not working for .vcproj files?

2006-04-05 Thread Garen
I have builds setup that look like: http://nant.sf.net/schemas/nant.xsd";> Problem is, when I run nant, it doesn't seem to do anything with the outputdir setting at all, and all the .lib files don't go to ..\MyBuildDir\VS2003\test12

Re: [NAnt-users] Building C++ .vcproj files and using the free VC++ 2003 Toolkit

2006-03-14 Thread Garen
order.  Each project target can look something like:        lib.exe should be in C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\binYou may need to check your path if you need it...Marc Towersap Sr. SCM Engineer ----- Original Message From: Garen < [EMAIL PROTECTED]>To: nant-users@lists.so

[NAnt-users] Building C++ .vcproj files and using the free VC++ 2003 Toolkit

2006-03-14 Thread Garen
I've got a nant build working by doing something like: http://nant.sf.net/schemas/nant.xsd">          but I noticed that if one of them fails, the entire build fails.  So, I was wondering: is there a way to build .vcproj files individually so that if one fails, it will go on and try building t