From dbb235342768ccb4e638ac7525caadacb22db7da Mon Sep 17 00:00:00 2001 From: wisberg Date: Sat, 24 May 2003 13:46:50 +0000 Subject: [PATCH] no real changes, just better docs and an (untested) "all" target. --- build/release/build.xml | 47 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/build/release/build.xml b/build/release/build.xml index 897b8386d..add913711 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -16,7 +16,7 @@ - This downloads and build the AspectJ source tree: + This downloads and builds the AspectJ source tree: - checkout entire tree - build distribution @@ -44,7 +44,44 @@ aspectj.workspace location for new cvs tree aspectj.modules.dir location for existing cvs tree aj.build.install.dir location for installed distribution - + + Trails + - clean first + + cd build + ant clean + + - test only sources in local tree (junit and harness tests): + + cd build/release + ant test-sources \ + -Dskip.cvs=true \ + -Daspectj.modules.dir=../.. + + - build local tree and install distribution: + + cd build/release + ant install \ + -Dskip.cvs=true \ + -Daspectj.modules.dir=../.. + + - test installation and sources in local tree: + + cd build/release + ant test \ + -Dskip.cvs=true \ + -Daspectj.modules.dir=../.. \ + -Dskip.build=true + + - do everything but checkout from cvs: + + cd build + ant clean + cd release + ant all \ + -Dskip.cvs=true \ + -Daspectj.modules.dir=../.. + @@ -236,6 +273,11 @@ + + + + + + -- 2.39.5