git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1062337 13f79535-47bb-0310-9956-ffa450edef68master
@@ -19,8 +19,8 @@ | |||||
<import file="../antunit-base.xml"/> | <import file="../antunit-base.xml"/> | ||||
<property name="projecthelperin" location="${java.io.tmpdir}/projecthelperinput"/> | |||||
<property name="projecthelperout" location="${java.io.tmpdir}/projecthelperoutput"/> | |||||
<property name="projecthelperin" location="${input}"/> | |||||
<property name="projecthelperout" location="${output}"/> | |||||
<target name="compileHelpers"> | <target name="compileHelpers"> | ||||
<mkdir dir="${projecthelperin}/org/apache/tools/ant"/> | <mkdir dir="${projecthelperin}/org/apache/tools/ant"/> | ||||
@@ -83,8 +83,4 @@ | |||||
<ant antfile="projecthelpers/build-cross-extension.xml" /> | <ant antfile="projecthelpers/build-cross-extension.xml" /> | ||||
</target> | </target> | ||||
<target name="tearDown" depends="antunit-base.tearDown"> | |||||
<delete dir="${projecthelperin}"/> | |||||
<delete dir="${projecthelperout}"/> | |||||
</target> | |||||
</project> | </project> |
@@ -16,10 +16,12 @@ | |||||
limitations under the License. | limitations under the License. | ||||
--> | --> | ||||
<project default="all" xmlns:au="antlib:org.apache.ant.antunit"> | <project default="all" xmlns:au="antlib:org.apache.ant.antunit"> | ||||
<import file="../../antunit-base.xml"/> | |||||
<property name="ant.build.dir" location="../../../../../build"/> | <property name="ant.build.dir" location="../../../../../build"/> | ||||
<property name="my.build.dir" | <property name="my.build.dir" | ||||
location="${ant.build.dir}/ant-unit/uuencode-dir"/> | location="${ant.build.dir}/ant-unit/uuencode-dir"/> | ||||
<property name="classes.dir" location="${my.build.dir}/classes"/> | |||||
<property name="classes.dir" location="${output}"/> | |||||
<available property="sun.uudecode.avail" classname="sun.misc.UUDecoder"/> | <available property="sun.uudecode.avail" classname="sun.misc.UUDecoder"/> | ||||
@@ -20,7 +20,7 @@ | |||||
<import file="../propertyhelpers.xml" as="ph"/> | <import file="../propertyhelpers.xml" as="ph"/> | ||||
<target name="tearDown" depends="antunit-base.tearDown,ph.tearDown"> | |||||
<target name="tearDown" depends="antunit-base.tearDown"> | |||||
<delete dir="foo"/> | <delete dir="foo"/> | ||||
</target> | </target> | ||||