huber 01/12/29 22:21:51
Modified: . build.xml
Log:
launch junit test cases, residing in **/test, named *TestCase
Revision Changes Path
1.127 +1 -0 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- build.xml 27 Dec 2001 14:13:52 -0000 1.126
+++ build.xml 30 Dec 2001 06:21:51 -0000 1.127
@@ -1357,6 +1357,7 @@
<formatter type="plain" usefile="no" />
<batchtest>
<fileset dir="${build.test}">
+ <include name="**/test/*TestCase.class"/>
<include name="**/*Test.class" />
<exclude name="**/AllTest.class" />
<exclude name="**/*$$*Test.class" />
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]