Hi;

 

I have 6 projects in a solution, 3 C++ and 3 C# ones. It builds the first C++ one, the first C# one, the second C++ one, and then quits. Building from withing Visual Studio does build all 6.

 

Any ideas?

 

Thanks – dave

 

C:\src\AutoTagBuild>nant compile

NAnt 0.85 (Build 0.85.1932.0; rc3; 4/16/2005)

Copyright (C) 2001-2005 Gerry Shaw

http://nant.sourceforge.net

 

Buildfile: file:///C:/src/AutoTagBuild/AutoTag.build

Target framework: Microsoft .NET Framework 1.1

Target(s) specified: compile

 

 

init-Release:

 

 

init:

 

 

compile:

 

 [solution] Starting solution build.

 [solution] Building 'AutoTag2000' [Release] ...

 [solution] Building 'AutoTagShim2000' [Release] ...

 [solution] Performing Post-Build Event...

 [solution] Building 'AutoTag2002' [Release] ...

 

BUILD SUCCEEDED

 

Total time: 1.8 seconds.

 

 

C:\src\AutoTagBuild>

Reply via email to