From: wisberg Date: Wed, 14 May 2003 05:18:43 +0000 (+0000) Subject: variable renaming, verbosity - not much significant X-Git-Tag: V1_1_0~110 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9e7320338b4af3f448ba4be0e9f3b428bcd89117;p=aspectj.git variable renaming, verbosity - not much significant --- 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 @@