From: "Steve Loughran" <[EMAIL PROTECTED]>

> 
> I think adding if and unless tests to fail would suffice for much now.
> Complex conditions can go into a <condition> test which immediately preceeds
> the <fail>.
> 
> Note that there is already a sort of hack to implement <fail if> by virtue
> of the fact that many tasks fail if the params are wrong. So if you set up
> the parameters right from a condition call you can force a conditional
> failure:-
> 
> <condition  name="sleeptime" value="-10" >
>  <isset name="env.TOMCAT_HOME />
> </condition>
> <property name="sleeptime" value="0" />
> <!-- fails if sleeptime is negative -->
> <sleep seconds="${sleeptime}"/>
> 

I cannot believe that build engineers will rely in hacks like that for a build 
process.
How can such code be maintainable or be able to give any reasonable explanation 
about a failure.

Jose Alberto



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

Reply via email to