Author: bryanche
Date: Tue Mar 29 14:16:27 2005
New Revision: 159437

URL: http://svn.apache.org/viewcvs?view=rev&rev=159437
Log:
Clean netui drt build artifacts when cleaning netui.


Modified:
    incubator/beehive/trunk/netui/build.xml
    incubator/beehive/trunk/netui/test/ant/buildWebapp.xml

Modified: incubator/beehive/trunk/netui/build.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/build.xml?view=diff&r1=159436&r2=159437
==============================================================================
--- incubator/beehive/trunk/netui/build.xml (original)
+++ incubator/beehive/trunk/netui/build.xml Tue Mar 29 14:16:27 2005
@@ -17,6 +17,9 @@
 
     <target name="clean" description="Cleans all NetUI build products.">
         <delete dir="./build/"/>
+
+        <!-- Clean the drt output -->
+        <ant dir="${beehive.home}/netui/test/webapps/drt" antfile="build.xml" 
target="clean" inheritAll="false" />
     </target>
 
     <target name="deploy" depends="build" description="Builds and deploys 
NetUI.">

Modified: incubator/beehive/trunk/netui/test/ant/buildWebapp.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/ant/buildWebapp.xml?view=diff&r1=159436&r2=159437
==============================================================================
--- incubator/beehive/trunk/netui/test/ant/buildWebapp.xml (original)
+++ incubator/beehive/trunk/netui/test/ant/buildWebapp.xml Tue Mar 29 14:16:27 
2005
@@ -52,7 +52,7 @@
     <target name="undeploy.testrecorder" if="include.testrecorder" 
description="Undeploy the test recorder from a webapp">
         <echo>Clean the test recorder to webapp at root: ${webapp.dir}</echo>
 
-        <ant antfile="${test.dir}/ant/testRecorder.xml" 
target="undeploy.testrecorder" inheritAll="false">
+        <ant antfile="${test.dir}/ant/testRecorderCore.xml" 
target="undeploy.testrecorder" inheritAll="false">
             <property name="webapp.dir" location="${webapp.dir}"/>
         </ant>
     </target>


Reply via email to