Hi,
How do you check if a property is a certain
value?
The if... propertytrue & propertyexists doesnt
seem to cater for this.
I would like something like: if
(${abc}=123)... eg <if propertyname="${abc}"
equalsvalue="123">
or <echo message="abc=123" if="${abc}=123"/>
Jonni |
- Re: [Nant-users] if property = value Jonni Faiga
- Re: [Nant-users] if property = value Ian MacLean