Double check the name of the property in your code :

<condition property="*retest6*" value="3" else="6">
...
<echo> retest *${retest}*</echo>
--
Charbel



On Feb 6, 2008 7:59 PM, Z W <[EMAIL PROTECTED]> wrote:

> Hi
>
> Why is this condition failing/false when "confused" is 1 ? I just don't
> see
> it.
>
> <echo> confused ${confused} </echo>
>
> <condition property="retest6" value="3" else="6">
>
> <equals arg1="${confused}" arg2="1" />
>
> </condition>
>
> <echo> retest ${retest}</echo>
>
>
>
> _recheck:
>     [echo]  confused 1
>     [echo]
> Condition false; setting retest6 to 6
> Setting project property: retest6 -> 6
> Property "retest" has not been set
>     [echo]  retest ${retest}
> Property "retest" has not been set
>

Reply via email to