Ok.. But in my script i cant assign newlist values to a property because In
my script newlist values will change dynamically over many iteration and i
need process.. 
Other than assigning to a property Is there any other options ??? 



glenn opdycke-hansen wrote:
> 
> Ant properties are immutable, once the property is given a value that
> value
> cannot be changed. See
> http://ant.apache.org/manual/CoreTasks/property.html
> 
> I believe the suggestion was to define a new property (with a new name).
> The value of the new property can then be assigned.
> 
> 
> -glenn
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Reversing-a-list-tp24823814p24828299.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to