hammant 2002/07/30 15:11:09
Modified: testcase build.xml
Log:
whoops (save before commit)
Revision Changes Path
1.21 +5 -0 jakarta-avalon-excalibur/testcase/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/testcase/build.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- build.xml 30 Jul 2002 22:10:15 -0000 1.20
+++ build.xml 30 Jul 2002 22:11:09 -0000 1.21
@@ -84,6 +84,11 @@
<target name="compile-test" depends="compile, dependencies-test"
description="Compiles the source code">
<mkdir dir="${build.testsrc}"/>
+ <!-- Copy over all of the tests applying test filters -->
+ <copy todir="${build.testsrc}">
+ <fileset dir="${test.dir}"/>
+ </copy>
+
<mkdir dir="${build.testclasses}"/>
<!-- Compile all test classes. -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>