RE: Probs with property expansion in loops

2005-08-30 Thread Dominique Devienne
> From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] > i have a problem with properties in > > Once the first time the updatelist and deletelist are loaded for the > first environment = @{Lum} it cannot be overwrited for the next > environment in the list ${Lums}. > > How to make that loops work wi

RE: Probs with property expansion in loops

2005-08-30 Thread Rebhan, Gilbert
Rick Genter [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 3:33 PM To: Ant Users List Subject: RE: Probs with property expansion in loops Try incorporating the name of the lib into the property. Something like: Then use [EMAIL PROTECTED] throughout. -- Rick Genter Principal

RE: Probs with property expansion in loops

2005-08-30 Thread Rick Genter
Try incorporating the name of the lib into the property. Something like: Then use [EMAIL PROTECTED] throughout. -- Rick Genter Principal Engineer Silverlink Communications (781) 272-3080 x242 -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED]

RE: Probs with property expansion in loops

2005-08-30 Thread Rebhan, Gilbert
e var name= .. with loadfile property ?! Gilbert -Original Message- From: Burgess, Benjamin [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 3:23 PM To: Ant Users List Subject: RE: Probs with property expansion in loops In core ant, properties are immutable. Also, there are

RE: Probs with property expansion in loops

2005-08-30 Thread Burgess, Benjamin
In core ant, properties are immutable. Also, there are no loops. However, using ant-contrib you can add a for loop. Also with ant-contrib you will have to use to unset the property. Ben Burgess -Original Message- From: Rebhan, Gilbert [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 3