java - Stopping only a portion of build script -


i have run problem regarding build script. presently have main build.xml file calls each internal build.xml files directory. internal build.xml has 2 stages execute wherein @ end jar file. requirement if foes wrong in 1st step of internal build.xml file, should not jar file, main build should continue execution , go next internal build.xml file. in internal build.xml based on condition want stop internal build.what changes should make in code stop particular build? in advance.

set failonerror="false" on subant tasks you're using call other build files.


Comments

Popular posts from this blog

android - Inheriting from Theme.AppCompat* -

broadcastreceiver - android BOOT_COMPLETED not received if not activity intent-filter -

basic authentication with http post params android -