aboutsummaryrefslogtreecommitdiffstats
path: root/build/release/build.xml
diff options
context:
space:
mode:
authorwisberg <wisberg>2003-05-14 07:50:10 +0000
committerwisberg <wisberg>2003-05-14 07:50:10 +0000
commit8463bc6ed6ac00e71a09b9a3738c3aa5619f529f (patch)
treef869ee3a787bd634e397e378f96ad98ad532505a /build/release/build.xml
parent63f611b137a41583879e2dcd50480c6212066890 (diff)
downloadaspectj-8463bc6ed6ac00e71a09b9a3738c3aa5619f529f.tar.gz
aspectj-8463bc6ed6ac00e71a09b9a3738c3aa5619f529f.zip
- typo in top-level task
- incorrect pattern to copy all junit reports
Diffstat (limited to 'build/release/build.xml')
-rw-r--r--build/release/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/release/build.xml b/build/release/build.xml
index d521d263e..897b8386d 100644
--- a/build/release/build.xml
+++ b/build/release/build.xml
@@ -167,8 +167,8 @@
<target name="build" depends="init-variables"
description="build an AspectJ release and tests"
unless="skip.build">
- <antcall target="build.release"/>
- <antcall target="build.tests"/>
+ <antcall target="build-release"/>
+ <antcall target="build-tests"/>
</target>
<target name="build-release" depends="init-variables,create-tree"
@@ -272,7 +272,7 @@
location="${aspectj.tests.dir}/bin/junitXmlOutput"/>
<copy todir="${aj.build.log.dir}/junitXmlOutput"
filtering="off">
- <fileset dir="${xmlSrcDir}" includes="*"/>
+ <fileset dir="${xmlSrcDir}" includes="**/*"/>
</copy>
</target>