From e8a6b9c745856d3934d1f17a77744a7c5c3048ae Mon Sep 17 00:00:00 2001 From: vmassol Date: Fri, 8 Aug 2003 17:52:04 +0000 Subject: [PATCH] Added new optional property cactus.weblogic7x.beahome to configure the location of BEA HOME for the WebLogic 7.x container. It is only needed if the BEA HOME location is not the parent directory of cactus.home.weblogic7x. git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113813 13f79535-47bb-0310-9956-ffa450edef68 --- cactus/plugin.jelly | 32 +++++++++++++++++++++++++++----- cactus/plugin.properties | 8 +++++++- cactus/xdocs/changes.xml | 6 ++++++ cactus/xdocs/properties.xml | 36 ++++++++++++++++++++++++++++-------- 4 files changed, 68 insertions(+), 14 deletions(-) diff --git a/cactus/plugin.jelly b/cactus/plugin.jelly index 0b62f3db..d9159733 100644 --- a/cactus/plugin.jelly +++ b/cactus/plugin.jelly @@ -65,6 +65,15 @@ + + + + + @@ -218,7 +227,8 @@ defined. ======================================================================== --> - + todir="${cactus.reports.dir}/weblogic7x"> + + + + @@ -460,7 +474,11 @@ + todir="${cactus.reports.dir}/weblogic7x"> + + + + @@ -476,7 +494,7 @@ ======================================================================== Execute a Cactus tests on all containers which have been defined, i.e. which have a ${cactus.home.[container name]} property - defined. Specify the matching tests with -Dmatch=FooTest + defined. Specify the matching tests with -Dtestmatch=FooTest ======================================================================== --> + todir="${cactus.reports.dir}/weblogic7x"> + + + + diff --git a/cactus/plugin.properties b/cactus/plugin.properties index e82e3e22..bdbf9323 100644 --- a/cactus/plugin.properties +++ b/cactus/plugin.properties @@ -87,4 +87,10 @@ cactus.jboss3x.config.name = default # (optional). Tomcat 5.x directory to which the container will be installed for the tests. # By default the system temporary directory is used -#cactus.tomcat5x.tmpdir = \ No newline at end of file +#cactus.tomcat5x.tmpdir = + +# (optional). Location of BEA HOME. If not specified it defaults to +# the parent directory of cactus.home.weblogic7x +#cactus.weblogic7x.beahome = + + diff --git a/cactus/xdocs/changes.xml b/cactus/xdocs/changes.xml index 837f1ee7..604c20a9 100644 --- a/cactus/xdocs/changes.xml +++ b/cactus/xdocs/changes.xml @@ -8,6 +8,12 @@ + + Added new optional property cactus.weblogic7x.beahome to + configure the location of BEA HOME for the WebLogic 7.x container. It + is only needed if the BEA HOME location is not the parent + directory of cactus.home.weblogic7x. + Added back support for WebLogic 7.x (it had somehow been dropped when we moved to the new Cactus/Ant integration in version 3.0). diff --git a/cactus/xdocs/properties.xml b/cactus/xdocs/properties.xml index b954510f..696c595f 100644 --- a/cactus/xdocs/properties.xml +++ b/cactus/xdocs/properties.xml @@ -302,17 +302,37 @@ - cactus.tomcat5x.tmpdir - Yes - -

- Directory to which the container will be installed for the tests. - By default the system temporary directory is used. -

- + cactus.tomcat5x.tmpdir + Yes + +

+ Directory to which the container will be installed for the tests. + By default the system temporary directory is used. +

+ +
+ + + + + + + + + + + +
PropertyOptional?Description
cactus.weblogic7x.beahomeYes +

+ Location of BEA HOME. If not specified it defaults to + the parent directory of cactus.home.weblogic7x. +

+
+
+ \ No newline at end of file