AW: Rename a property value

2005-02-20 Thread Kasparek, Bernadette
: Rename a property value Sorry, but this won't work this way. In Ant properties are just like variables declared as 'final', meaning: they can get set only once. What is it, that you like to achieve? Thomas Kasparek, Bernadette schrieb: >Hi everybody, > >I've

Re: Rename a property value

2005-02-18 Thread Thomas Schapitz
Sorry, but this won't work this way. In Ant properties are just like variables declared as 'final', meaning: they can get set only once. What is it, that you like to achieve? Thomas Kasparek, Bernadette schrieb: Hi everybody, I've a problem. I want to define a property which I want to rename in t

Re: AW: Rename a property value

2005-02-18 Thread Eric Wood
ain --> tar.default Jan > -Ursprüngliche Nachricht- > Von: Kasparek, Bernadette [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. Februar 2005 13:37 > An: 'Ant Users List' > Betreff: Rename a property value > > Hi everybody, > > I've a

AW: Rename a property value

2005-02-18 Thread Jan . Materne
gt; An: 'Ant Users List' > Betreff: Rename a property value > > Hi everybody, > > I've a problem. I want to define a property which I want to > rename in the > Main-Target, so that I can use it with different values. > > In detail I have the following

Rename a property value

2005-02-18 Thread Kasparek, Bernadette
Hi everybody, I've a problem. I want to define a property which I want to rename in the Main-Target, so that I can use it with different values. In detail I have the following code: <-- here I will use the property My problem is, that it always take the first value. Is there a way