.
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: [
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