From e50a7b8b034635947785c39dfc7bb3b96647b179 Mon Sep 17 00:00:00 2001
From: al_xipe <al_xipe@localhost>
Date: Wed, 09 Aug 2006 21:24:01 +0000
Subject: [PATCH] Moved the built classes for the integration test along where the rest of opends classes are built.
---
opends/tests/integration-tests-testng/build.xml | 12 +++++++-----
1 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/opends/tests/integration-tests-testng/build.xml b/opends/tests/integration-tests-testng/build.xml
index 1a22909..bb6b333 100644
--- a/opends/tests/integration-tests-testng/build.xml
+++ b/opends/tests/integration-tests-testng/build.xml
@@ -33,11 +33,13 @@
</description>
<!-- General server-wide properties -->
- <property name="src.dir" location="src/server" />
- <property name="built.dir" location="built" />
- <property name="ds.classes" location="${basedir}/../../build/classes" />
- <property name="lib.dir" location="${basedir}/../../lib" />
- <property name="ext.dir" location="${basedir}/../../ext" />
+ <property name="opends.dir" location="../.." />
+ <property name="src.dir" location="src/server" />
+ <property name="built.dir"
+ location="${opends.dir}/build/integration-tests" />
+ <property name="ds.classes" location="${opends.dir}/build/classes" />
+ <property name="lib.dir" location="${opends.dir}/lib" />
+ <property name="ext.dir" location="${opends.dir}/ext" />
<!-- The build target that should be used to build everything. -->
--
Gitblit v1.10.0