leif 2002/08/14 04:52:44
Modified: template-product build.xml
Log:
Want compile-test to work as a place holder even if tests are not yet added.
Revision Changes Path
1.31 +3 -0 jakarta-avalon-excalibur/template-product/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/template-product/build.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- build.xml 10 Aug 2002 21:14:36 -0000 1.30
+++ build.xml 14 Aug 2002 11:52:44 -0000 1.31
@@ -73,6 +73,9 @@
<target name="compile-test" depends="compile, dependencies-test"
description="Compiles the source code">
<mkdir dir="${build.testsrc}"/>
+ <!-- In case tests do not exist, create the directory -->
+ <mkdir dir="${test.dir}"/>
+
<!-- Copy over all of the tests applying test filters -->
<copy todir="${build.testsrc}">
<fileset dir="${test.dir}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>