RE: [Nant-users] Problem with property evaluation

2005-02-18 Thread Bill.Martin
:[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'

RE: [Nant-users] Problem with property evaluation

2005-02-18 Thread Troy Laurin
> 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} >

[Nant-users] Problem with property evaluation

2005-02-17 Thread T.G. Mutato
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