rwinston 2004/09/08 08:36:23
Modified: net build.xml
Log:
Remove the POP3 tests from the default test target for now - Gump was complaining.
It would be nice to be able to e.g. programmatically start James for the purposes of
NNTP and POP3 testing. Maybe later.
Revision Changes Path
1.26 +3 -3 jakarta-commons/net/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/net/build.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- build.xml 7 May 2004 03:08:43 -0000 1.25
+++ build.xml 8 Sep 2004 15:36:23 -0000 1.26
@@ -107,8 +107,8 @@
<fileset dir="src/test">
<include name="**/*Test.java">
</include>
- <exclude name="**/*FunctionalTest.java">
- </exclude>
+ <exclude name="**/*FunctionalTest.java" />
+ <exclude name="**/*POP3*.java" />
</fileset>
</batchtest>
</junit>
@@ -169,4 +169,4 @@
<unjar dest="${maven.home}" src="${user.home}/maven-install-latest.jar">
</unjar>
</target>
-</project>
\ No newline at end of file
+</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]