git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@536740 13f79535-47bb-0310-9956-ffa450edef68master
@@ -1,18 +1,12 @@ | |||||
<?xml version="1.0"?> | <?xml version="1.0"?> | ||||
<project name="delete-test" basedir="." default="all" | |||||
<project name="delete-test" basedir="." default="antunit" | |||||
xmlns:au="antlib:org.apache.ant.antunit"> | xmlns:au="antlib:org.apache.ant.antunit"> | ||||
<property name="working.dir" value="working"/> | <property name="working.dir" value="working"/> | ||||
<property name="existing.dir" value="working/exists"/> | <property name="existing.dir" value="working/exists"/> | ||||
<property name="nonexistent.dir" value="working/nonexists"/> | <property name="nonexistent.dir" value="working/nonexists"/> | ||||
<target name="all"> | |||||
<au:antunit> | |||||
<fileset file="${ant.file}"/> | |||||
<au:plainlistener/> | |||||
</au:antunit> | |||||
</target> | |||||
<import file="../antunit-base.xml" /> | |||||
<target name="init"> | <target name="init"> | ||||
<delete dir="${working.dir}"/> | <delete dir="${working.dir}"/> | ||||
@@ -1,4 +1,6 @@ | |||||
<project default="all" xmlns:au="antlib:org.apache.ant.antunit"> | |||||
<project default="antunit" xmlns:au="antlib:org.apache.ant.antunit"> | |||||
<import file="../antunit-base.xml" /> | |||||
<property name="ant-build" location="../../../../build"/> | <property name="ant-build" location="../../../../build"/> | ||||
<property name="build-dir" location="${ant-build}/ant-unit/javac-dir/build"/> | <property name="build-dir" location="${ant-build}/ant-unit/javac-dir/build"/> | ||||
@@ -33,10 +35,4 @@ | |||||
<equals arg1="${compile-failed}" arg2="true"/> | <equals arg1="${compile-failed}" arg2="true"/> | ||||
</au:assertTrue> | </au:assertTrue> | ||||
</target> | </target> | ||||
<target name="all"> | |||||
<au:antunit> | |||||
<fileset file="${ant.file}"/> | |||||
<au:plainlistener/> | |||||
</au:antunit> | |||||
</target> | |||||
</project> | </project> |
@@ -1,4 +1,5 @@ | |||||
<project default="all" xmlns:au="antlib:org.apache.ant.antunit"> | |||||
<project default="antunit" xmlns:au="antlib:org.apache.ant.antunit"> | |||||
<import file="../antunit-base.xml" /> | |||||
<target name="test-dir-char"> | <target name="test-dir-char"> | ||||
<pathconvert property="def|ghi" dirsep="|"> | <pathconvert property="def|ghi" dirsep="|"> | ||||
@@ -10,10 +11,4 @@ | |||||
</au:assertTrue> | </au:assertTrue> | ||||
</target> | </target> | ||||
<target name="all"> | |||||
<au:antunit> | |||||
<fileset file="${ant.file}"/> | |||||
<au:plainlistener/> | |||||
</au:antunit> | |||||
</target> | |||||
</project> | </project> |
@@ -1,16 +1,10 @@ | |||||
<?xml version="1.0"?> | <?xml version="1.0"?> | ||||
<project name="war-test" basedir="." default="all" | |||||
<project name="war-test" basedir="." default="antunit" | |||||
xmlns:au="antlib:org.apache.ant.antunit"> | xmlns:au="antlib:org.apache.ant.antunit"> | ||||
<property name="working.dir" value="working"/> | <property name="working.dir" value="working"/> | ||||
<target name="all"> | |||||
<au:antunit> | |||||
<fileset file="${ant.file}"/> | |||||
<au:plainlistener/> | |||||
</au:antunit> | |||||
</target> | |||||
<import file="../antunit-base.xml" /> | |||||
<target name="init"> | <target name="init"> | ||||
<delete dir="${working.dir}"/> | <delete dir="${working.dir}"/> | ||||
@@ -1,4 +1,6 @@ | |||||
<project default="all" xmlns:au="antlib:org.apache.ant.antunit"> | |||||
<project default="antunit" xmlns:au="antlib:org.apache.ant.antunit"> | |||||
<import file="../antunit-base.xml" /> | |||||
<property name="ant-build" location="../../../../build"/> | <property name="ant-build" location="../../../../build"/> | ||||
<property name="build-dir" | <property name="build-dir" | ||||
location="${ant-build}/ant-unit/whichresource/build"/> | location="${ant-build}/ant-unit/whichresource/build"/> | ||||
@@ -32,11 +34,5 @@ | |||||
<isset property="whichresource.prop2"/> | <isset property="whichresource.prop2"/> | ||||
</au:assertFalse> | </au:assertFalse> | ||||
</target> | </target> | ||||
<target name="all"> | |||||
<au:antunit> | |||||
<fileset file="${ant.file}"/> | |||||
<au:plainlistener/> | |||||
</au:antunit> | |||||
</target> | |||||
</project> | </project> |