You can look at the AntContrib's <trycatch> task.

This allows you to "try" a particular task, and handle the failure
yourself, including the option not to fail.

--
David Weintraub
[EMAIL PROTECTED]



On Mon, Aug 4, 2008 at 8:42 AM, Rajeswar Reddy
<[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> I am getting below issue, please let me know how to work on this.
>
> Issue discription:
>
> <target name="test">
>  <ant antfile="$test.dir}/build.xml" target="a"/>
>  <ant antfile="$test.dir}/build.xml" target="b"/>
>  <ant antfile="$test.dir}/build.xml" target="c"/>
> </target
>
> if target "a" fails, it is not continuing to the target "b" and "c". Is
> there any option like in parallel block failonany property, because i want
> to run these targets in sequential.
> --
> View this message in context: 
> http://www.nabble.com/Ant-sequential-block-issue-tp18810542p18810542.html
> Sent from the Ant - Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> 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