aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2005-06-09 00:17:26 +0000
committerwisberg <wisberg>2005-06-09 00:17:26 +0000
commit6fb13004dc80cacf61c2ab7bf5bc6e16939a647c (patch)
tree0b24d9db3ec79160d235c01e8538458effc11020 /build/build.xml
parent2cea2f7fb0048d8a1301441a4f0b0815d22eb0b4 (diff)
downloadaspectj-6fb13004dc80cacf61c2ab7bf5bc6e16939a647c.tar.gz
aspectj-6fb13004dc80cacf61c2ab7bf5bc6e16939a647c.zip
whoops - removed test target
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/build/build.xml b/build/build.xml
index 351f8c950..6c88fc339 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -41,27 +41,6 @@
<property name="module.name" value="${ant.project.name}"/>
<import file="${modules.dir}/build/build-properties.xml"/>
- <target name="wes" depends="init-properties">
- <delete file="${aj.failure.file}"/>
- <echo message="-> no false negative (no file)"/>
- <antcall target="fail-if-failures"/>
-
- <touch file="${aj.failure.file}"/>
- <echo message="-> no false negative (empty file)"/>
- <antcall target="fail-if-failures"/>
-
- <echo message="-> no false negative (unset Property)"/>
- <report-if-failed text="not error text" property="unsetProperty"/>
- <antcall target="fail-if-failures"/>
-
- <echo message="-> true negative (set Property)"/>
- <property name="setProperty" value="."/>
- <report-if-failed text="error text" property="setProperty"/>
- <antcall target="fail-if-failures"/>
-
- <loadfile property="emit" srcfile="${aj.failure.file}"/>
- <echo message="-> file contents: ${emit}"/>
- </target>
<target name="init" depends="init-properties,init-directories">
<property name="build.config" value=""/>
<property name="trim.testing.default" value="true"/>