Author: bdaw
Date: 2008-01-10 12:07:49 -0500 (Thu, 10 Jan 2008)
New Revision: 9473
Modified:
modules/portlet/trunk/test/src/test/build.xml
Log:
Matt patch for possible cargo failures in hudson
Modified: modules/portlet/trunk/test/src/test/build.xml
===================================================================
--- modules/portlet/trunk/test/src/test/build.xml 2008-01-10 17:01:20 UTC (rev 9472)
+++ modules/portlet/trunk/test/src/test/build.xml 2008-01-10 17:07:49 UTC (rev 9473)
@@ -436,7 +436,7 @@
<path location="${dependency.portal-web.jar}"/>
<path location="${dependency.jsr168api.jar}"/>
</sharedClasspath>
- <configuration>
+ <configuration home="${test.jboss-4.2.tempdir}">
<property name="cargo.servlet.port" value="8080"/>
<property name="cargo.logging" value="high"/>
<deployable type="war"
file="${test.temp.lib}/jboss-4.2/portlet-test.war"/>
@@ -451,7 +451,7 @@
log="${cargo.log.dir}/cargo.${test.id}.startup.log"
action="stop">
<!--<sysproperty key="java.io.tmpdir"
value="${target}/cargo-tmp"/>-->
- <configuration>
+ <configuration home="${test.jboss-4.2.tempdir}">
<property name="cargo.rmi.port" value="1099"/>
</configuration>
</cargo>
@@ -491,12 +491,14 @@
<param name="test.jboss-4.2.name"
value="RemoteJBoss_4_2_0"/>
<param name="test.jboss-4.2.home"
value="${JBOSS_4_2_0_HOME}"/>
<param name="test.jboss-4.2.home.variable-name"
value="JBOSS_4_2_0_HOME"/>
+ <param name="test.jboss-4.2.tempdir"
value="${target}/cargo-tmp/4_2_0"/>
</antcall>
<antcall target="tests.jboss-4.2.container-servlet">
<param name="test.id"
value="JBoss-4_2_1-container-servlet"/>
<param name="test.jboss-4.2.name"
value="RemoteJBoss_4_2_1"/>
<param name="test.jboss-4.2.home"
value="${JBOSS_4_2_1_HOME}"/>
<param name="test.jboss-4.2.home.variable-name"
value="JBOSS_4_2_1_HOME"/>
+ <param name="test.jboss-4.2.tempdir"
value="${target}/cargo-tmp/4_2_1"/>
</antcall>
</target>
Show replies by date