Author: ekoneil
Date: Sat Feb 19 11:04:23 2005
New Revision: 154443
URL: http://svn.apache.org/viewcvs?view=rev&rev=154443
Log:
Crack at fixing the CC box.
Removed the coreWeb/resources/beehive directory; this should be copied when
deploying the NetUI runtime.
BB: self
DRT: NetUI pass
Removed:
incubator/beehive/trunk/netui/test/webapps/drt/coreWeb/resources/beehive/
Modified:
incubator/beehive/trunk/netui/test/webapps/drt/build.xml
Modified: incubator/beehive/trunk/netui/test/webapps/drt/build.xml
URL:
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/webapps/drt/build.xml?view=diff&r1=154442&r2=154443
==============================================================================
--- incubator/beehive/trunk/netui/test/webapps/drt/build.xml (original)
+++ incubator/beehive/trunk/netui/test/webapps/drt/build.xml Sat Feb 19
11:04:23 2005
@@ -117,7 +117,9 @@
</ant>
</target>
- <target name="drt" description="Run the drt suite with full server start /
stop support." depends="clean,build">
+ <target name="drt" description="Run the drt suite with full server start /
stop support.">
+ <antcall target="clean"/>
+ <antcall target="build"/>
<ant dir="${test.dir}" antfile="${test.dir}/ant/testRecorder.xml"
inheritAll="false" target="server.test">
<property name="app.build.file"
location="${app.dir}/drt/build.xml"/>
<property name="waitfor.url" value="${server.root.url}"/>
@@ -128,7 +130,9 @@
<delete file="${webapp.dir}/WEB-INF/netui-config.xml"/>
</target>
- <target name="bvt" description="Run the bvt suite with full server start /
stop support." depends="clean,build">
+ <target name="bvt" description="Run the bvt suite with full server start /
stop support.">
+ <antcall target="clean"/>
+ <antcall target="build"/>
<ant antfile="${test.dir}/ant/testRecorder.xml" inheritAll="false"
target="server.test">
<property name="app.build.file"
location="${app.dir}/drt/build.xml"/>
<property name="waitfor.url" value="${server.root.url}"/>