Author: ekoneil
Date: Fri Jan 21 05:44:54 2005
New Revision: 125926

URL: http://svn.apache.org/viewcvs?view=rev&rev=125926
Log:
Package the test recorder Ant file with the rest of the test recorder.

Just makes it easier to use the TR elsewhere.

BB: self
BVT: NetUI pass


Modified:
   incubator/beehive/trunk/netui/test/ant/test-imports.xml
   incubator/beehive/trunk/netui/test/ant/testRecorder.xml
   incubator/beehive/trunk/netui/test/dist-test/ant/testRecorder.xml
   incubator/beehive/trunk/netui/test/src/testRecorder/build.xml

Modified: incubator/beehive/trunk/netui/test/ant/test-imports.xml
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/ant/test-imports.xml?view=diff&rev=125926&p1=incubator/beehive/trunk/netui/test/ant/test-imports.xml&r1=125925&p2=incubator/beehive/trunk/netui/test/ant/test-imports.xml&r2=125926
==============================================================================
--- incubator/beehive/trunk/netui/test/ant/test-imports.xml     (original)
+++ incubator/beehive/trunk/netui/test/ant/test-imports.xml     Fri Jan 21 
05:44:54 2005
@@ -29,9 +29,12 @@
     <macrodef name="copy-testrecorder-deps">
         <attribute name="todir"/>
         <sequential>
-            <copy todir="@{todir}">
+            <copy todir="@{todir}/lib">
                 <fileset 
file="${test.external.dir}/commons-httpclient-2.0.jar"/>
                 <fileset file="${test.external.dir}/commons-logging.jar"/>
+            </copy>
+            <copy todir="@{todir}/ant">
+                <fileset file="${test.dir}/ant/testRecorderCore.xml"/>
             </copy>
         </sequential>
     </macrodef>

Modified: incubator/beehive/trunk/netui/test/ant/testRecorder.xml
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/ant/testRecorder.xml?view=diff&rev=125926&p1=incubator/beehive/trunk/netui/test/ant/testRecorder.xml&r1=125925&p2=incubator/beehive/trunk/netui/test/ant/testRecorder.xml&r2=125926
==============================================================================
--- incubator/beehive/trunk/netui/test/ant/testRecorder.xml     (original)
+++ incubator/beehive/trunk/netui/test/ant/testRecorder.xml     Fri Jan 21 
05:44:54 2005
@@ -12,7 +12,7 @@
     <property name="_server.maxWait" value="300"/>
     <property name="testRecorder.dir" location="${test.lib.dir}/testRecorder"/>
 
-    <import file="testRecorderCore.xml"/>
+    <import file="${testRecorder.dir}/ant/testRecorderCore.xml"/>
 
     <target name="generate.report">
         <junitreport todir="${report.dir}/">

Modified: incubator/beehive/trunk/netui/test/dist-test/ant/testRecorder.xml
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/dist-test/ant/testRecorder.xml?view=diff&rev=125926&p1=incubator/beehive/trunk/netui/test/dist-test/ant/testRecorder.xml&r1=125925&p2=incubator/beehive/trunk/netui/test/dist-test/ant/testRecorder.xml&r2=125926
==============================================================================
--- incubator/beehive/trunk/netui/test/dist-test/ant/testRecorder.xml   
(original)
+++ incubator/beehive/trunk/netui/test/dist-test/ant/testRecorder.xml   Fri Jan 
21 05:44:54 2005
@@ -11,7 +11,7 @@
     <property name="_server.maxWait" value="300"/>
     <property name="testRecorder.dir" location="${test.dir}/testRecorder"/>
 
-    <import file="testRecorderCore.xml"/>
+    <import file="${testRecorder.dir}/ant/testRecorderCore.xml"/>
 
     <target name="generate.report">
         <junitreport todir="${report.dir}/">

Modified: incubator/beehive/trunk/netui/test/src/testRecorder/build.xml
Url: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/src/testRecorder/build.xml?view=diff&rev=125926&p1=incubator/beehive/trunk/netui/test/src/testRecorder/build.xml&r1=125925&p2=incubator/beehive/trunk/netui/test/src/testRecorder/build.xml&r2=125926
==============================================================================
--- incubator/beehive/trunk/netui/test/src/testRecorder/build.xml       
(original)
+++ incubator/beehive/trunk/netui/test/src/testRecorder/build.xml       Fri Jan 
21 05:44:54 2005
@@ -49,7 +49,7 @@
             <fileset dir="${module.dir}/jsp"/>
         </copy>
         <copy-junit todir="${test.lib.dir}/testRecorder/lib"/>
-        <copy-testrecorder-deps todir="${test.lib.dir}/testRecorder/lib"/>
+        <copy-testrecorder-deps todir="${test.lib.dir}/testRecorder"/>
         <jar jarfile="${module.jar}" basedir="${module.classes.dir}"/>
     </target>
 

Reply via email to