Ant build script "try" alternative

Posted by EugeneP on Stack Overflow See other posts from Stack Overflow or by EugeneP
Published on 2010-05-06T08:22:17Z Indexed on 2010/05/06 8:38 UTC
Read the original article Hit count: 193

Filed under:
|

I need a block analogous to Java try-catch

if its target failed, I still need to go further and execute the next block.

Does it exist?

© Stack Overflow or respective owner

Related posts about java

Related posts about ant