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