Author: julien(a)jboss.com
Date: 2007-09-15 07:55:48 -0400 (Sat, 15 Sep 2007)
New Revision: 8284
Modified:
modules/web/trunk/web/build.xml
Log:
fix minor things in the build
Modified: modules/web/trunk/web/build.xml
===================================================================
--- modules/web/trunk/web/build.xml 2007-09-15 11:54:15 UTC (rev 8283)
+++ modules/web/trunk/web/build.xml 2007-09-15 11:55:48 UTC (rev 8284)
@@ -327,7 +327,7 @@
<fail unless="jboss-4.2.home" message="Please set the environment
variable JBOSS_4_2_HOME"/>
<echo message="Starting JBoss 4.2 tests with ${jboss-4.2.home}"/>
<antcall target="cargo.jboss.start">
- <param name="wait" value="false"/>
+ <param name="cargo.wait" value="false"/>
</antcall>
<antcall target="tests.remote">
<param name="server.name" value="RemoteJBoss-4.2"/>
@@ -340,7 +340,7 @@
<fail unless="tomcat-6.0.home" message="Please set the
environment variable TOMCAT_6_0_HOME"/>
<echo message="Starting Tomcat 6.0 tests with
${tomcat-6.0.home}"/>
<antcall target="cargo.tomcat.start">
- <param name="wait" value="false"/>
+ <param name="cargo.wait" value="false"/>
</antcall>
<antcall target="tests.remote">
<param name="server.name" value="RemoteTomcat-6.0"/>
Show replies by date