AntContrib <trycatch>

Jan 

>-----Ursprüngliche Nachricht-----
>Von: Andrei [mailto:[EMAIL PROTECTED] 
>Gesendet: Mittwoch, 23. November 2005 10:41
>An: Ant Users List
>Betreff: ant task fails
>
>I have the following ant target:
>
><target name="cc">
>    <echo message="Running cc .... "/>
>    <antcall target="test-xejb"/>
>    <echo message="To see if it arrives here."/>
>    <antcall target="mail"/>
></target>
>
>if the test-xejb task fails the echo message and mail target 
>are never runned. How can i make to always run all task 
>following a failing task?
>
> Kind regards,
>     Andrei 
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED] For 
>additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to