vgritsenko 2003/03/19 20:13:29
Modified: . build.xml
Log:
don't copy test java files
Revision Changes Path
1.23 +9 -9 cocoon-2.1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/build.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- build.xml 19 Mar 2003 08:52:12 -0000 1.22
+++ build.xml 20 Mar 2003 04:13:28 -0000 1.23
@@ -865,17 +865,17 @@
<!-- Copy test files to build test dir -->
<copy todir="${build.test}" filtering="on">
- <fileset dir="${test}"/>
+ <fileset dir="${test}" excludes="**/*.java"/>
</copy>
<!-- Compile tests -->
- <javac srcdir="${build.test}"
- destdir="${build.test}"
- debug="${compiler.debug}"
- optimize="${compiler.optimize}"
- deprecation="${compiler.deprecation}"
- target="${target.vm}"
- fork="true">
+ <javac srcdir="${test}"
+ destdir="${build.test}"
+ debug="${compiler.debug}"
+ optimize="${compiler.optimize}"
+ deprecation="${compiler.deprecation}"
+ target="${target.vm}"
+ fork="true">
<classpath refid="classpath"/>
<classpath refid="scratchpad.classpath"/>
<classpath>