summaryrefslogtreecommitdiffstats
path: root/make/build-test.xml
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-13 08:29:18 +0100
committerSven Gothel <[email protected]>2010-12-13 08:29:18 +0100
commitb613ed9910cb34ba05f5f72cbb683810e90edab6 (patch)
treec3fe9d081c8da1c10d440b8af929b44f5a46a16d /make/build-test.xml
parentc2f6ba872805f25f968697c47962861745330d43 (diff)
Enable javadoc
Diffstat (limited to 'make/build-test.xml')
-rw-r--r--make/build-test.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index beead31..cf47fbf 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -60,7 +60,7 @@
<property name="java.dir.manual" value="${java.dir.test}/manual"/>
<property name="obj.all.paths" value="${gluegen.root}/build/obj${path.separator}${obj}"/>
- <property name="classpath.all" value="${gluegen.root}/build/gluegen-rt.jar${path.separator}${build}/joal.jar${path.separator}${build}/joal-test.jar${path.separator}${junit.path}"/>
+ <property name="classpath.test" value="${gluegen.root}/build/gluegen-rt.jar${path.separator}${build}/joal.jar${path.separator}${build}/joal-test.jar${path.separator}${junit.path}"/>
<property name="batchtest.timeout" value="1800000"/> <!-- 30 min -->
</target>
@@ -101,7 +101,7 @@
<formatter usefile="true" type="xml"/>
</batchtest>
<classpath>
- <path path="${classpath.all}"/>
+ <path path="${classpath.test}"/>
</classpath>
</junit>
</target>
@@ -133,7 +133,7 @@
relative="true"
failonerror="false">
<env key="${system.env.library.path}" path="${obj.all.paths}"/>
- <env key="CLASSPATH" value="${classpath.all}"/>
+ <env key="CLASSPATH" value="${classpath.test}"/>
<arg value="-Djava.library.path=${obj.all.paths}"/>
<!--
<arg line="-Djogamp.debug.NativeLibrary=true"/>