RE: append value to existing property

2009-01-14 Thread Rebhan, Gilbert
-Original Message- From: Stan Kwan [mailto:sk...@anatas.com] Sent: Wednesday, January 14, 2009 4:27 AM To: user@ant.apache.org Subject: append value to existing property /* Hi all, Is there a way to append a new value to an existing property. for example [...] */ as Jan already

AW: append value to existing property

2009-01-13 Thread Jan.Materne
>Is there a way to append a new value to an existing property. No, properties are immutable. >I have a loop which will determine a new value each time and >is stored in property a_value How do you loop? Which value do you want to calculate? Maybe there are other ways ... Jan --

append value to existing property

2009-01-13 Thread Stan Kwan
then have value ccc so after an append, i would have aaa,bbb,ccc and so on. Thanks stan -- View this message in context: http://www.nabble.com/append-value-to-existing-property-tp21449388p21449388.html Sent from the Ant - Users mailing list archive at Nabble.com