Upgrade to cactus 1.6dev-20030807 as it fixes bugs with the WL 7.x integration. Support for WL 7.x is now working fine (at least on my machine :-)).

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113805 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol 2003-08-07 07:45:43 +00:00
parent 9858c5c6b9
commit 7484f19a81
3 changed files with 7 additions and 10 deletions

View File

@ -295,8 +295,7 @@
<weblogic7x if="cactus.home.weblogic7x"
dir="${cactus.home.weblogic7x}" port="${cactus.port}"
output="${cactus.reports.dir}/weblogic7x.out"
todir="${cactus.reports.dir}/weblogic7x"
beaHome="${cactus.home.weblogic7x}"/>
todir="${cactus.reports.dir}/weblogic7x"/>
</containerset>
<ant:formatter type="plain" usefile="${cactus.junit.usefile}"/>
@ -461,8 +460,7 @@
<weblogic7x if="cactus.home.weblogic7x"
dir="${cactus.home.weblogic7x}" port="${cactus.port}"
output="${cactus.reports.dir}/weblogic7x.out"
todir="${cactus.reports.dir}/weblogic7x"
beaHome="${cactus.home.weblogic7x}"/>
todir="${cactus.reports.dir}/weblogic7x"/>
</containerset>
<ant:formatter type="plain" usefile="${cactus.junit.usefile}"/>
@ -567,8 +565,7 @@
<weblogic7x if="cactus.home.weblogic7x"
dir="${cactus.home.weblogic7x}" port="${cactus.port}"
output="${cactus.reports.dir}/weblogic7x.out"
todir="${cactus.reports.dir}/weblogic7x"
beaHome="${cactus.home.weblogic7x}"/>
todir="${cactus.reports.dir}/weblogic7x"/>
</containerset>
<ant:formatter type="plain" usefile="${cactus.junit.usefile}"/>

View File

@ -74,12 +74,12 @@
<dependency>
<groupId>cactus</groupId>
<artifactId>cactus</artifactId>
<version>13-1.5-beta1</version>
<version>13-1.6dev-20030807</version>
</dependency>
<dependency>
<groupId>cactus</groupId>
<artifactId>cactus-ant</artifactId>
<version>13-1.5-beta1</version>
<version>13-1.6dev-20030807</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>

View File

@ -11,10 +11,10 @@
<action dev="vmassol" type="add">
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).
Not tested yet (I don't have WL7 on my machine)!
</action>
<action dev="vmassol" type="update">
Update to Cactus 1.5-beta1.
Update to Cactus 1.6dev-20030807 which has fixes for WebLogic 7.x
support.
</action>
</release>