stevel 2004/10/03 07:06:52
Modified: . build.xml
Log:
clean machines reveal invalid assumptions
Revision Changes Path
1.430 +4 -0 ant/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/ant/build.xml,v
retrieving revision 1.429
retrieving revision 1.430
diff -u -r1.429 -r1.430
--- build.xml 30 Sep 2004 09:38:02 -0000 1.429
+++ build.xml 3 Oct 2004 14:06:52 -0000 1.430
@@ -907,6 +907,10 @@
depends="compile-tests"
description="--> creates the Apache Ant Test Utilties jar">
+ <fail unless="junit.present">
+ We cannot build the test jar unless JUnit is present,
+ as JUnit is needed to compile the test classes.
+ </fail>
<jar destfile="${build.lib}/${name}-testutil.jar"
basedir="${build.tests}">
<patternset refid="useful.tests"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]