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

BEGIN:VCARD
VERSION:2.1
N:Mathews;Ben
FN:Ben Mathews ([EMAIL PROTECTED])
ORG:Wilcox Associates Inc.
TEL;WORK;VOICE:(541) 664-7838
TEL;HOME;VOICE:(541) 664-7837
ADR;WORK:;;1100 Comet Ave,;Central Point;OR;97502;United States of America
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:1100 Comet Ave,=0D=0ACentral Point, OR 97502=0D=0AUnited States of America
ADR;HOME:;;1100 Comet Ave,;Central Point;OR;97502;United States of America
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:1100 Comet Ave,=0D=0ACentral Point, OR 97502=0D=0AUnited States of America
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20040923T225013Z
END:VCARD

Reply via email to