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
Post a Comment