leif 2002/07/19 01:08:32 Modified: instrument build.xml Log: Fix the build dist task Revision Changes Path 1.24 +3 -1 jakarta-avalon-excalibur/instrument/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/instrument/build.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- build.xml 22 Jun 2002 16:35:01 -0000 1.23 +++ build.xml 19 Jul 2002 08:08:32 -0000 1.24 @@ -87,6 +87,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}"/> @@ -110,7 +113,6 @@ <exclude name="**/*.java"/> </fileset> </copy> - </target> <!-- Copies and filters the license. Used by jar and dist -->
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>