--- Stefan Bodewig <[EMAIL PROTECTED]> wrote:
> Doesn't this
> 
>    <condition property="newproperty">
>      <not>
>        <or>
>          <equals arg1="${propA}" arg2="$${propA}"/>
>          <equals arg1="${propB}" arg2="$${propB}"/>
>          <equals arg1="${propC}" arg2="$${propC}"/>
>        </or>
>      </not>
>    </condition>
> 
> do the same?

Indeed it does... not sure why my brain got stuck on the idea that you
needed to wrap the "${propname}" construct in a property of its own --
maybe I should switch back from decaf to real coffee :)

Thanks for pointing out the simpler approach,
Diane

=====
([EMAIL PROTECTED])



__________________________________________________
Do You Yahoo!?
Find the one for you at Yahoo! Personals
http://personals.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to