From 9e7320338b4af3f448ba4be0e9f3b428bcd89117 Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 14 May 2003 05:18:43 +0000 Subject: [PATCH] variable renaming, verbosity - not much significant --- tests/product/build-aspectj/build.xml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/tests/product/build-aspectj/build.xml b/tests/product/build-aspectj/build.xml index e1007c2bd..aea52183a 100644 --- a/tests/product/build-aspectj/build.xml +++ b/tests/product/build-aspectj/build.xml @@ -27,20 +27,22 @@ Setup: - Variables ASPECTJ_HOME and ASPECTJ_SRC refer to the + Variables ASPECTJ_HOME and ASPECTJ_MODULES refer to the base of an AspectJ install and the modules directory of the AspectJ source tree. By default they are - ASPECTJ_SRC: $${basedir}/../.. + ASPECTJ_MODULES: $${basedir}/../.. ASPECTJ_HOME: $${basedir}/../../aj-build/dist/tools which assumes the tools dist is built and this - runs from modules/tests/product/build-aspectj + runs from modules/tests/product/build-aspectj. + + To disable verbose mode, set iajc.verbose to false. You can also define the properties to run on any distribution from anywhere: - ant -DASPECTJ_HOME=dev/tools/aj -DASPECTJ_SRC=ec + ant -DASPECTJ_HOME=dev/tools/aj -DASPECTJ_MODULES=ec @@ -60,14 +62,14 @@ - + - + location="${ASPECTJ_MODULES}"/> @@ -175,6 +177,7 @@ @@ -184,7 +187,7 @@ -- 2.39.5