Re: if conditions on numerical values?

2009-04-30 Thread oli85
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 task). You can use plain a

if conditions on numerical values?

2009-04-29 Thread oli85
I'm running a java task in ant and manage it capture its return value (0 or 1) by using resultproperty attribute of java task. What I'm looking for is to fail the ant build if this value is not 0. So does anyone know if ant support such feature? Thank you very much in advance! -- View this messa