Title: RE: [Nant-users] Couple more questions
Hi Dave,
1/The syntax to call the value of property is ${prop.name}
So your code should look like this
2/ to execute special task if the build failed or suceeded just set the following two properties
nant.onsucces & nant.failure
1) I'm trying to figure out how to use the "if"
attribute. The documentation isn't very clear on the
syntax. Basically I have a property called
"autoBuild". If the property is set to true I want
the target to execute. This doesn't work:
http://sbc.yahoo.com
-