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

neil_a_wilson
22.43.2007 ee4d1fb65adab1e5ec8c8aabba4e1da57efd8ba1
Update the build script so that any error in the compileadmin phase will cause
the build to fail.
1 files modified
2 ■■■ changed files
opends/build.xml 2 ●●● patch | view | raw | blame | history
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" />