From 8493c0fa9668acf55a2fb41802f88fdae676dd50 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Mon, 16 Oct 2006 00:40:09 +0000
Subject: [PATCH] small fix to prevent the main build ant environment to override the integration tests build environment properties

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

diff --git a/opends/build.xml b/opends/build.xml
index fbdbfa7..715a2ed 100644
--- a/opends/build.xml
+++ b/opends/build.xml
@@ -740,10 +740,11 @@
 
     <target name="integration-tests"
             description="Builds the integration tests"
-            depends="package">
-        <ant dir="${functest.testng.dir}" />
+            >
+        <ant dir="${functest.testng.dir}" inheritall="false"/>
     </target>
 
+    
   <target name="buildtools"
         description="Builds the build tools">
 

--
Gitblit v1.10.0