From ee4d1fb65adab1e5ec8c8aabba4e1da57efd8ba1 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.
---
opends/build.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/build.xml b/opends/build.xml
index 5092916..486c89e 100644
--- a/opends/build.xml
+++ b/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