RE: [Nant-users] Target If property...

2004-05-21 Thread Noel Gifford
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

[Nant-users] Target If property...

2004-05-21 Thread Bob Archer
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.