the weblogic container task needs a beaHome property defined. The weblogic 7x integration is *not* working yet.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113802 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-08-05 13:45:00 +00:00
parent aadf866910
commit ea8a8d872f

View File

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