donaldp 2002/07/22 01:51:39
Modified: sourceresolve build.xml
store build.xml
xmlbundle build.xml
Log:
Workarounds for a buggy build system. Previously failed as no test directorys
were present.
Submitted by: Sam Ruby
Revision Changes Path
1.20 +1 -0 jakarta-avalon-excalibur/sourceresolve/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/sourceresolve/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 6 Jul 2002 05:44:26 -0000 1.19
+++ build.xml 22 Jul 2002 08:51:38 -0000 1.20
@@ -78,6 +78,7 @@
<!-- Compiles the unit test source code -->
<target name="compile-test" depends="compile, dependencies-test"
description="Compiles the source code">
<mkdir dir="${build.testsrc}"/>
+ <mkdir dir="${test.dir}"/>
<!-- Copy over all of the tests applying test filters -->
<copy todir="${build.testsrc}">
1.7 +1 -0 jakarta-avalon-excalibur/store/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/store/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 6 Jul 2002 05:44:26 -0000 1.6
+++ build.xml 22 Jul 2002 08:51:38 -0000 1.7
@@ -77,6 +77,7 @@
<!-- Compiles the unit test source code -->
<target name="compile-test" depends="compile, dependencies-test"
description="Compiles the source code">
<mkdir dir="${build.testsrc}"/>
+ <mkdir dir="${test.dir}"/>
<!-- Copy over all of the tests applying test filters -->
<copy todir="${build.testsrc}">
1.28 +1 -0 jakarta-avalon-excalibur/xmlbundle/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/xmlbundle/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 21 Jul 2002 09:15:51 -0000 1.27
+++ build.xml 22 Jul 2002 08:51:39 -0000 1.28
@@ -115,6 +115,7 @@
<!-- Compiles the unit test source code -->
<target name="compile-test" depends="compile, dependencies-test"
description="Compiles the source code">
<mkdir dir="${build.testsrc}"/>
+ <mkdir dir="${test.dir}"/>
<!-- Copy over all of the tests applying test filters -->
<copy todir="${build.testsrc}">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>