From b5e058ad1b653af39b2416ea6c9e02f3dee1e07f Mon Sep 17 00:00:00 2001 From: wisberg Date: Sun, 25 May 2003 20:13:45 +0000 Subject: [PATCH] better harness availability, control -- untested --- build/release/build.xml | 75 ++++++++++++++++++++++++++++++++++------- 1 file changed, 62 insertions(+), 13 deletions(-) diff --git a/build/release/build.xml b/build/release/build.xml index add913711..1d8ed8448 100644 --- a/build/release/build.xml +++ b/build/release/build.xml @@ -25,6 +25,7 @@ - ajcTests.xml ajc/harness tests in the build - junitModules.xml junit tests in the build - build installed examples + ... and more Targets of note: @@ -179,12 +180,26 @@ message="install first in ${aj.build.install.dir}"/> + + + + + + classname="AjbrowserModuleTests"> + + + + + + message="test classe not found - first build-tests"/> @@ -351,42 +366,76 @@ + - + + - + + - + + - + + - + + + + + + + + - + + + + + + + + + - - + + + + + - + + run-harness-once ${suite.filename}.xml + with options ${rho.default.options} ${harness.args} + to ${harness.output.file} + - + -- 2.39.5