ssage -
From:
Noah
Davidson
To: 'Scott Hernandez'
Sent: Monday, April 19, 2004 2:19
PM
Subject: RE: [Nant-users] if condition on
tasks
Thanks. Also if
I write a custom task, Do I have to do anything to use the if ${cond} from
nant on my custom task,
From the docs:
http://nant.sourceforge.net/nightly/help/fundamentals/expressions.html
Using the logical "and" operator you would
write ${expr1 and expr2}; if you are using a
nightly build with _expression_ support.
Otherwise you are out of luck and need to make a
single property to check