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:
@@ -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}"/>
|
||||
|
||||
Reference in New Issue
Block a user