diff options
author | acolyer <acolyer> | 2003-03-12 15:42:27 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-03-12 15:42:27 +0000 |
commit | 82411d231d95eaa780b41dba7934e418dd99de7e (patch) | |
tree | 5b0cab43a2c72ae57e9894769e23e84be61ffd1e /tests/junitModules.xml | |
parent | 29b42503a51a93ea22d07acaf8df6b100876815e (diff) | |
download | aspectj-82411d231d95eaa780b41dba7934e418dd99de7e.tar.gz aspectj-82411d231d95eaa780b41dba7934e418dd99de7e.zip |
Added ability to specify property aspectjrt.path
- needed for release testing.
Diffstat (limited to 'tests/junitModules.xml')
-rw-r--r-- | tests/junitModules.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/junitModules.xml b/tests/junitModules.xml index 1bd6f5177..c432f64c5 100644 --- a/tests/junitModules.xml +++ b/tests/junitModules.xml @@ -166,6 +166,15 @@ <pathelement location="${aspectj.modules.lib.dir}/test/aspectjrt.jar" /> </classpath> + <!-- AMC added this next line, needed when testing release builds, + (those whose version is something other than DEVELOPMENT). The NullIdeAdapter + used for various Ajde tests picks up this property and adds it to the project + classpath, which allows the Ajde version tests to complete. + Having built a release version, use e.g. + ant -Daspectjrt.path=../aj-build/dist/lib/aspectjrt.jar + --> + <jvmarg value="-Daspectjrt.path=${aspectjrt.path}" /> + <formatter type="xml"/> <batchtest todir="${junitModules.output.dir}/${moduleName}"> |