RE: [Nant-users] Couple more questions

2002-09-26 Thread Lorphelin, Yves
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

[Nant-users] Couple more questions

2002-09-25 Thread Dave Adair
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 -