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]

Reply via email to