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:
<property name="tar.name" value="tar.default"/>
<target name="main>
<property name="tar.name" value="new"/>
<antcall target="tar-all"/> <-- here I will use the property
</target>
My problem is, that it always take the first value. Is there a way how I can
rename the value?
Thanks,
Bernadette Kasparek
