vmassol 2003/05/28 02:41:44
Modified: src/plugins-build/cactus plugin.jelly
Log:
now using the "plain" formatter instead of the "brief" one in order to get list of
tests printed in the console.
Revision Changes Path
1.17 +1 -1 maven/src/plugins-build/cactus/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/cactus/plugin.jelly,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- plugin.jelly 28 May 2003 09:36:20 -0000 1.16
+++ plugin.jelly 28 May 2003 09:41:43 -0000 1.17
@@ -253,7 +253,7 @@
</tomcat5x>
</containerset>
- <ant:formatter type="brief" usefile="${cactus.junit.usefile}"/>
+ <ant:formatter type="plain" usefile="${cactus.junit.usefile}"/>
<ant:formatter type="xml"/>
<ant:batchtest>
<ant:fileset dir="${cactus.src.dir}">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]