summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-12-15 04:57:01 +0100
committerSven Gothel <[email protected]>2010-12-15 04:57:01 +0100
commit6498d614a1fab1a5ba7ef1cf3469448f596ab175 (patch)
treede9ab273086c3511fd0299aeb5bd37662878070c
parent71706ca7f8b90a31a8c5a2e4aee83ffed4eb2c58 (diff)
final cleanup test results archive :)
-rw-r--r--make/build-test.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/make/build-test.xml b/make/build-test.xml
index 9f642bc..3340906 100644
--- a/make/build-test.xml
+++ b/make/build-test.xml
@@ -67,15 +67,14 @@
<property name="batchtest.timeout" value="1800000"/> <!-- 30 min -->
</target>
- <target name="test.init" depends="declare.common">
+ <target name="test.compile" depends="declare.common">
+ <!-- Clean the results -->
<delete quiet="true">
<fileset dir="${results.test}" includes="**"/>
<fileset file="${build}/${test.archive.name}.zip"/>
</delete>
<mkdir dir="${results.test}"/>
- </target>
- <target name="test.compile" depends="test.init">
<javac debug="true" srcdir="${src.test}" destdir="${classes}" includeantruntime="false"
classpath="${gluegen-rt.jar};../build/joal.jar;${junit.path}"/>
<copy todir="${classes}">