: 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
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
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
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
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