Thanks a lot for the prompt response! I'll try that:)

Francis Galiegue-4 wrote:
> 
> Le Wednesday 29 April 2009 20:25:01 Francis Galiegue, vous avez écrit :
> 
>>
>> You don't need numerical arithmetic for this (if you need it anyway, have
>> a
>> look at ant-contrib's <math> task). You can use plain ant:
>>
>> <fail message="Houston, we have a problem">
>>      <condition>
>>              <not>
>>                      <equals arg1="theproperty" arg2="0"/>
> 
> Oops, sorry, that should read <equals arg1="${theproperty}" arg2="0"/>
> 
> 
> 
> -- 
> Francis Galiegue
> f...@one2team.com
> Ingénieur système
> Mob : +33 (0) 683 877 875
> Tel : +33 (0) 178 945 552
> One2team
> 40 avenue Raymond Poincaré
> 75116 Paris
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
> For additional commands, e-mail: user-h...@ant.apache.org
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/if-conditions-on-numerical-values--tp23296147p23311408.html
Sent from the Ant - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@ant.apache.org
For additional commands, e-mail: user-h...@ant.apache.org

Reply via email to