Author: rich
Date: Sun Apr 10 13:25:48 2005
New Revision: 160801

URL: http://svn.apache.org/viewcvs?view=rev&rev=160801
Log:
Fixed the dependency path for commons-logging.

tests: drt in trunk
BB: self (WinXP)


Modified:
    incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml

Modified: incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml?view=diff&r1=160800&r2=160801
==============================================================================
--- incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml (original)
+++ incubator/beehive/trunk/netui/test/ant/testRecorderCore.xml Sun Apr 10 
13:25:48 2005
@@ -23,7 +23,7 @@
         <fileset dir="${testRecorder.dir}/lib">
             <patternset id="testrecorder.jars"/>
         </fileset>
-        <fileset refid="commons-logging.fileset"/>
+        <path refid="commons-logging.dependency.path"/>
     </path>
 
     <path id="test.recorder.classpath">
@@ -334,7 +334,9 @@
             <fileset dir="${testRecorder.dir}/lib">
                 <patternset id="testrecorder.jars"/>
             </fileset>
+            <!--
             <fileset refid="commons-logging.fileset"/>
+            -->
         </copy>
 
         <copy file="${_config.jar}" toDir="${webapp.dir}/WEB-INF/lib"/>
@@ -357,7 +359,9 @@
         <delete quiet="true">
             <fileset dir="${webapp.dir}/WEB-INF/lib">
                 <patternset refid="testrecorder.jars"/>
+                <!--
                 <patternset refid="commons-logging.patternset" />
+                -->
             </fileset>
         </delete>
         <delete quiet="true">
@@ -377,9 +381,9 @@
         <available property="test.file.available" file="${test.file}"/>
         <fail unless="test.file.available" message="Can't build Test Recorder 
config JAR; the test file ${test.file} is not available"/>
         <available property="config.file.available" file="${config.file}"/>
-        <fail unless="config.file.available" message="Can't build Test 
Recorder config JAR; the webapp file ${webapp.file} is not available"/>
+        <fail unless="config.file.available" message="Can't build Test 
Recorder config JAR; the webapp file ${config.file} is not available"/>
         <available property="webapp.file.available" file="${webapp.file}"/>
-        <fail unless="config.file.available" message="Can't build Test 
Recorder config JAR; the config file ${config.file} is not available"/>
+        <fail unless="config.file.available" message="Can't build Test 
Recorder config JAR; the config file ${webapp.file} is not available"/>
 
         <mkdir dir="${_testRecorder.config.dir}"/>
         <delete dir="${_testRecorder.scratch.dir}"/>


Reply via email to