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]

Reply via email to