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