Browse Source

it's enough to have one antunit dir inside of ./build

master
Stefan Bodewig 7 years ago
parent
commit
38a22b0cfd
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      src/tests/antunit/core/location/location.xml
  2. +1
    -1
      src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml
  3. +1
    -1
      src/tests/antunit/taskdefs/taskdef-antlib-test.xml
  4. +1
    -1
      src/tests/antunit/taskdefs/taskdef-test.xml

+ 1
- 1
src/tests/antunit/core/location/location.xml View File

@@ -20,7 +20,7 @@
<property name="ant.build.dir" location="../../../../../build"/>
<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"/>
<target name="all">


+ 1
- 1
src/tests/antunit/taskdefs/optional/junit/junit-outputtoformatters-test.xml View File

@@ -18,7 +18,7 @@
<project default="all" xmlns:au="antlib:org.apache.ant.antunit">
<import file="../../../antunit-base.xml" />
<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"/>

<macrodef name="assert-file-not-contains" backtrace="no">


+ 1
- 1
src/tests/antunit/taskdefs/taskdef-antlib-test.xml View File

@@ -22,7 +22,7 @@

<target name="setUp" if="jdk1.6+">
<mkdir dir="${input}/org/example" />
<property name="tmpdir" location="../../../../build/ant-unit/taskdef" />
<property name="tmpdir" location="../../../../build/antunit/taskdef" />
<mkdir dir="${tmpdir}" />
<echo file="${input}/org/example/antlib.xml">
<![CDATA[<antlib xmlns:e="ant:current">


+ 1
- 1
src/tests/antunit/taskdefs/taskdef-test.xml View File

@@ -20,7 +20,7 @@

<target name="setUp">
<mkdir dir="${input}/org/example"/>
<property name="tmpdir" location="../../../../build/ant-unit/taskdef"/>
<property name="tmpdir" location="../../../../build/antunit/taskdef"/>
<mkdir dir="${tmpdir}"/>
<echoxml file="${input}/org/example/antlib.xml">
<antlib>


Loading…
Cancel
Save