From 7d667f2d7a4fd8abb10fbf5ac584161869a9fd03 Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Thu, 21 Jun 2007 23:43:50 +0000
Subject: [PATCH] Update the build script so that any error in the compileadmin phase will cause the build to fail.

---
 opendj-sdk/opends/build.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/build.xml b/opendj-sdk/opends/build.xml
index 5092916..486c89e 100644
--- a/opendj-sdk/opends/build.xml
+++ b/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" />

--
Gitblit v1.10.0