| @@ -20,7 +20,7 @@ | |||||
| <property name="ant.build.dir" location="../../../../../build"/> | <property name="ant.build.dir" location="../../../../../build"/> | ||||
| <property name="working.dir" | <property name="working.dir" | ||||
| location="${ant.build.dir}/ant-unit/location-dir"/> | |||||
| location="${ant.build.dir}/antunit/location-dir"/> | |||||
| <property name="classes.dir" location="${working.dir}/classes"/> | <property name="classes.dir" location="${working.dir}/classes"/> | ||||
| <target name="all"> | <target name="all"> | ||||
| @@ -18,7 +18,7 @@ | |||||
| <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" /> | <import file="../../../antunit-base.xml" /> | ||||
| <property name="ant-build" location="../../../../../../build"/> | <property name="ant-build" location="../../../../../../build"/> | ||||
| <property name="build-junit-dir" location="${ant-build}/ant-unit/junit-dir"/> | |||||
| <property name="build-junit-dir" location="${ant-build}/antunit/junit-dir"/> | |||||
| <property name="reports.dir" location="${build-junit-dir}/report"/> | <property name="reports.dir" location="${build-junit-dir}/report"/> | ||||
| <macrodef name="assert-file-not-contains" backtrace="no"> | <macrodef name="assert-file-not-contains" backtrace="no"> | ||||
| @@ -22,7 +22,7 @@ | |||||
| <target name="setUp" if="jdk1.6+"> | <target name="setUp" if="jdk1.6+"> | ||||
| <mkdir dir="${input}/org/example" /> | <mkdir dir="${input}/org/example" /> | ||||
| <property name="tmpdir" location="../../../../build/ant-unit/taskdef" /> | |||||
| <property name="tmpdir" location="../../../../build/antunit/taskdef" /> | |||||
| <mkdir dir="${tmpdir}" /> | <mkdir dir="${tmpdir}" /> | ||||
| <echo file="${input}/org/example/antlib.xml"> | <echo file="${input}/org/example/antlib.xml"> | ||||
| <![CDATA[<antlib xmlns:e="ant:current"> | <![CDATA[<antlib xmlns:e="ant:current"> | ||||
| @@ -20,7 +20,7 @@ | |||||
| <target name="setUp"> | <target name="setUp"> | ||||
| <mkdir dir="${input}/org/example"/> | <mkdir dir="${input}/org/example"/> | ||||
| <property name="tmpdir" location="../../../../build/ant-unit/taskdef"/> | |||||
| <property name="tmpdir" location="../../../../build/antunit/taskdef"/> | |||||
| <mkdir dir="${tmpdir}"/> | <mkdir dir="${tmpdir}"/> | ||||
| <echoxml file="${input}/org/example/antlib.xml"> | <echoxml file="${input}/org/example/antlib.xml"> | ||||
| <antlib> | <antlib> | ||||