Re: [Nant-users] Using the task with propertytrue

2004-04-23 Thread Gert Driesen
. if you are certain that property 'test' exists, you can just use : . Hope this helps, Gert - Original Message - From: "Vincent Erickson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 23, 2004 5:07 PM Subject: [

[Nant-users] Using the task with propertytrue

2004-04-23 Thread Vincent Erickson
Title: Message I just added some code to my nant script using the if property true construct to conditionally execute some child tasks. I'm being told by nant that propertytrue is deprecated, and I should be using "test" instead. This is fine with me, except that I can find no examples of ho