From 02ead59b1d554f83abeba979c036f6d5aafb896e Mon Sep 17 00:00:00 2001 From: wisberg Date: Thu, 8 May 2003 08:03:30 +0000 Subject: [PATCH] incomplete update to support module jars rather than eclipse bin directories when running junit tests the old way with bin directories still works fine. --- tests/junitModules.xml | 140 ++++++++++++++++++++++++++++++----------- 1 file changed, 102 insertions(+), 38 deletions(-) diff --git a/tests/junitModules.xml b/tests/junitModules.xml index db897ebf9..81164087c 100644 --- a/tests/junitModules.xml +++ b/tests/junitModules.xml @@ -6,23 +6,109 @@ + + + Variables to consider defining: + + aspectjrt.path path to release version of runtime + + test.classpath use jar.classpath or bin.classpath + (default is bin if available) + Using jar.classpath requires building all modules + *with* testing code, as follows: + cd build + ant clean + ant -Dtrim.testing.default=false build-testing-drivers + ant -Dtrim.testing.default=false aspectjrt + ant -Dtrim.testing.default=false any-module -Dmodule.name=ajbrowser + + + - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - @@ -51,7 +137,7 @@ - @@ -140,31 +226,9 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + + +