From 840493548e2a110a56e2d01aa0d8e8b559acd748 Mon Sep 17 00:00:00 2001 From: wisberg Date: Thu, 8 May 2003 08:05:01 +0000 Subject: [PATCH] updated with tests, etc. Not working yet: - junitModules.xml needs better setup with testable jars - cvs unvalidated - ajcTests unvalidated - see also ../build.xml script --- build/release/build.xml | 205 ++++++++++++++++++++++++++++++++-------- 1 file changed, 163 insertions(+), 42 deletions(-) diff --git a/build/release/build.xml b/build/release/build.xml index 9a201be94..ed7bbc4a7 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -1,6 +1,6 @@ - + @@ -8,33 +8,34 @@ - + + + + + - -]> - - This downloads and build the AspectJ source tree. Targets of note: - build-release checkout and build AspectJ + install checkout, build, and install AspectJ + test (default) test AspectJ sources and installation Properties of note: + skip.cvs no CVS checkout (done already) + skip.build no build (done already) + version set if not DEVELOPMENT - do.not.create.tree no CVS checkout aspectj.modules.dir define this to reuse existing - + @@ -61,6 +62,8 @@ location="${aj.build.dir}/jars"/> + @@ -68,36 +71,59 @@ - - - - - - - - + - - - - + + + + + + + + - + + + + + + + + + + + + + + + + + + + + - - + @@ -108,20 +134,101 @@ failonerror="on" command="checkout -P" /> + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + +