cher
Sent: Friday, May 21, 2004 10:12 AM
To: [EMAIL PROTECTED]
Subject: [Nant-users] Target If property...
Lets say I have three targets...
If dothisthing=false and Third is the default target will First then Third
run... or will First not run cause Second didn't run?
Basically as
Lets say I have three targets…
If dothisthing=false and Third is the default target will
First then Third run… or will First not run cause Second didn’t
run?
Basically as you can tell I want to skip one of my targets
in a certain circumstance?
Thanks in advance.