Author: jsong
Date: Thu Sep  9 10:35:47 2004
New Revision: 43615

Modified:
   incubator/beehive/trunk/controls/test/build.xml
Log:
updates controls/test/build.xml, calls "ensure.deployed" target in 
webapps/build.xml i/o "deploy" target.


Modified: incubator/beehive/trunk/controls/test/build.xml
==============================================================================
--- incubator/beehive/trunk/controls/test/build.xml     (original)
+++ incubator/beehive/trunk/controls/test/build.xml     Thu Sep  9 10:35:47 2004
@@ -234,7 +234,7 @@
                        <echo message="continue the new thread, wait for tomcat 
to start"/>
                        <sleep seconds="20"/>
                        <echo message="continue the new thread, deploy 
controlsWeb"/>
-                       <ant dir ="./webapps" antfile="build.xml" 
target="deploy"/>
+                       <ant dir ="./webapps" antfile="build.xml" 
target="ensure.deployed"/>
                        <echo message="continue the new thread, run junit 
tests"/>
                        <antcall target="run"/>
                        <ant dir ="./webapps" antfile="build.xml" 
target="undeploy"/>

Reply via email to