In the process of cutting my solution down, I tried Thibaut’s suggestion of removing the space in the configuration names.  That appears to solve the problem (i.e. no more skipping of projects).  Of course, that just exposes more problems.  I’m now getting an error

 

Macro “NoInherit” is not supported.

 

Unless this is a well known problem, I’ll dig into it a while.  I gather from some initial looking that it was introduced as part of .NET and the conversion utility for converting msdev 6 projects must have added it in.

 

-----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