mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
22.43.2007 7d667f2d7a4fd8abb10fbf5ac584161869a9fd03
Update the build script so that any error in the compileadmin phase will cause
the build to fail.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/build.xml 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/build.xml
@@ -1485,7 +1485,7 @@
      </not>
    </condition>
    <exec executable="${ant.home}/bin/${antcmd}">
    <exec executable="${ant.home}/bin/${antcmd}" failonerror="true">
      <arg value="-buildfile" />
      <arg value="${ant.file}" />
      <arg value="-quiet" />