I will though it might take me a day or so to cut it down.  The solution is quite large (>40 projects) and is a 2003 solution.

 

-----Original Message-----
From: Gert Driesen [mailto:[EMAIL PROTECTED]
Sent: Wednesday, November 03, 2004 10:01 PM
To: 'Ben Mathews'; [EMAIL PROTECTED]
Subject: RE: [Nant-users] solutions task skips everything

 

Ben,

 

Can you send me a small repro for this issue ?

 

Are you using a VS.NET 2002 solution ?

 

Gert

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ben Mathews
Sent: donderdag 4 november 2004 0:32
To: [EMAIL PROTECTED]
Subject: [Nant-users] solutions task skips everything

I have the solutions task below.

 

       <target name="build" description="actually compile the application, creating any distributable application files" depends="buildNoLib">

             <!-- TODO modify this to use the debug/release target vars -->

             <solution configuration="Net Debug" solutionfile="${Solution.Filename}"/>

             <property name="expected.output" value="net${project.config}/Pcdlrn32.exe"/>

             <fail unless="${file::exists(expected.output)}" message="Output file doesn't exist in ${expected.output}"/>

       </target>

 

When I run the target though every project is skipped.  The output in part is below:

 

[solution] Skipping 'SPCChartAreaCtrl' [Net Debug] ...

 [solution] Fixing up references...

 [solution] Skipping 'COPLib' [Net Debug] ...

 [solution] Fixing up references...

 [solution] Skipping 'GenericSpaceBall' [Net Debug] ...

 [solution] Fixing up references...

 [solution] Skipping 'CncMDI' [Net Debug] ...

 [solution] Fixing up references...

 [solution] Skipping 'CadDll' [Net Debug] ...

 [solution] Fixing up references...

 [solution] Skipping 'Hobnt' [Net Debug] ...

 [solution] Fixing up references...

 [solution] Skipping 'PCDLRN32' [Net Debug] ...

 [solution] Fixing up references...

 [solution] Skipping 'DEA' [Net Debug] ...

 

There are files that need to be compiled.  What am I doing wrong?

 

Ben Mathews

Wilcox Associates

Central Point, OR

 

 

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 11/1/2004


---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 11/1/2004


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.788 / Virus Database: 533 - Release Date: 11/1/2004

Reply via email to