|
I have the nant.onfailure property set up as follows, but on nant failure the target task is not run. What am I doing wrong?
<property name="nant.onfailure" value="displayFailureMessage" />
.... Various targets .......
<target name="displayFailureMessage" > <echo message="NAnt failure message" /> </target>
THX
Curt Zarger ASM Research, Inc. 703-752-5185
|
