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
TECTED] Sent: Tuesday, August 30, 2005 9:18 AM To: user@ant.apache.org Subject: Probs with property expansion in loops Hi, i have a problem with properties in scenario = Three lists : - list with all environments that should be served (loaded outside all loops) - list with all servers

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
30, 2005 9:18 AM To: user@ant.apache.org Subject: Probs with property expansion in loops Hi, i have a problem with properties in scenario = Three lists : - list with all environments that should be served (loaded outside all loops) - list with all servers of one environment (loaded in

Probs with property expansion in loops

2005-08-30 Thread Rebhan, Gilbert
Hi, i have a problem with properties in scenario = Three lists : - list with all environments that should be served (loaded outside all loops) - list with all servers of one environment (loaded in loop 2) - list of files to be deleted on those servers - list of files to be copied to those