简体   繁体   中英

ant stop build if there are errors

I have ant building android projects from the command line. It won't stop for android specific errors, or maybe java errors too. But this can cause some pretty spectacular crashes that I won't normally see from the IDE

how can I make ant stop for errors?

ant fails only case of compile time errors. ant script invokes javac to compile your source files. If there are any compile time errors, it fails. ant/javac can't really predict runtime errors.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM