I thought this reassignment of properties was going away, or otherwise found
to be undesirable? This is related to my newbie-if-then-else thread. Am I
seeing where this is becoming more of a needed feature?
>From: "Kurien Mathew" <[EMAIL PROTECTED]>
>
> > > One, I hope, simple question.
> > >
> > > Is it possible to reset an existing property,
> > > something like
> > >
> > > <property name="dir.src" value="./src"/>
> > > <property name="dirty.src" value="d:\CVS\...."/>
> > > <property name="dir.src" value="${dirty.src}"/>
> > >
>
>Here is an alternative :
>
><property name="dir.src" value="./src"/>
><property name="dirty.src" value="d:\CVS\...."/>
>
><available file="." property="dir.src" value="${dirty.src}"/>
>
>Note: <available> task must be enclosed in some <target>
>
>
>
>
>--
>To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>