From 6498d614a1fab1a5ba7ef1cf3469448f596ab175 Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Wed, 15 Dec 2010 04:57:01 +0100 Subject: final cleanup test results archive :) --- make/build-test.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'make') 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}"> -- cgit v1.2.3