Frank Michael
Fri, 13 Feb 2009 09:13:25 -0800
Hey everyone,
I'm trying to run cactus on weblogic 10. I tried using the generic container as
well as the weblogic7x container and both give me the same error:
Class org.apache.cactus.integration.ant.ContainerSet doesn't support the
nested "weblogic7x" element.
Where, of course, weblogic7x is replaced with the "generic" element. Anyone
know what might be the problem here?
My build target looks like this:
<target name="test">
<cactus haltonfailure="yes" showoutput="yes" printsummary="on"
earfile="${temp}/../uep.ear" fork="yes">
<cactusproperty server="false"
propertiesFile="../uepWAR/doc/WEB-INF/classes/log4j.properties"/>
<classpath refid="cactus.classpath"/>
<containerset>
<weblogic7x dir="/bea103/wlserver_10.3" tmpdir="/temp"
port="7001"/>
</containerset>
<test name="uep.test.TestAll" outfile="logs/cactus.output">
<formatter type="plain"/>
</test>
</cactus>
</target>
Tests from within eclipse or called by URL work just fine, it's only the ant task I can't seem to get working. Any help is appreciated, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: cactus-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: cactus-dev-h...@jakarta.apache.org