leif 2002/08/14 15:26:36
Modified: jprocess build.xml
Log:
Skip test that won't compile.
Revision Changes Path
1.7 +1 -0 jakarta-avalon-excalibur/jprocess/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/jprocess/build.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- build.xml 10 Aug 2002 21:14:35 -0000 1.6
+++ build.xml 14 Aug 2002 22:26:36 -0000 1.7
@@ -91,6 +91,7 @@
target="1.2">
<classpath refid="test.class.path" />
<include name="**/*.java"/>
+ <exclude name="**/DemuxPolicyTestCase.java"/>
</javac>
<copy todir="${build.testclasses}">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>