:[EMAIL PROTECTED]
Sent: 17 February 2005 02:00
To: nant-users@lists.sourceforge.net
Subject:[Nant-users] Problem with property evaluation
<< File: TestProperties.build >> Check out this code fragment:
The echo statement shouldn't happen if property2 doesn'
> Original Message
>From: [EMAIL PROTECTED]
>
>Check out this code fragment:
>
>
>
>
>The echo statement shouldn't happen if property2 doesn't exist;
>however, the following error happens:
>
>Property evaluation failed.
>Expression: property2 is ${property2}
>
Check out this code fragment:
The echo statement shouldn't happen if property2 doesn't exist;
however, the following error happens:
Property evaluation failed.
Expression: property2 is ${property2}
^
Property 'property2' has not been set.
Should this