Do you think that it's a necessary feature?
I have some examples, where I don't need this feature.
I don't have any example, where I need this feature.

Ingo.

> Its a feature at this time.

> -----Original Message-----
> 
> Hi,
> 
> I can set a property only once = it always has the first assigned
value:
> 
> <target name="a">
>       <property name="tmp" value="tmp/a"/>
> <target/>
> <target name="b">
>       <property name="tmp" value="tmp/b"/>
> 
>       The Value of ${tmp} is still tmp/a      
> 
> <target/>
> 
> Is this a feature or a bug?
> 
> Ingo
> 

Reply via email to