jeremias 2004/10/11 14:52:27
Modified: . build.xml
Log:
Trying to make Gump output more verbose.
Revision Changes Path
1.111 +3 -3 xml-fop/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-fop/build.xml,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- build.xml 6 Sep 2004 18:03:12 -0000 1.110
+++ build.xml 11 Oct 2004 21:52:26 -0000 1.111
@@ -675,7 +675,7 @@
<mkdir dir="${build.dir}/test-reports/fop-transcoder"/>
<junit haltonerror="yes">
<sysproperty key="basedir" value="${basedir}"/>
- <formatter type="plain"/>
+ <formatter type="brief" usefile="false"/>
<classpath>
<pathelement location="${build.dir}/test-classes"/>
<path refid="libs-basic-run-classpath"/>
@@ -693,7 +693,7 @@
<mkdir dir="${build.dir}/test-reports/fop-transcoder-allinone"/>
<junit haltonerror="yes">
<sysproperty key="basedir" value="${basedir}"/>
- <formatter type="plain"/>
+ <formatter type="brief" usefile="false"/>
<classpath>
<pathelement location="${build.dir}/test-classes"/>
<fileset dir="build">
@@ -713,7 +713,7 @@
<mkdir dir="${build.dir}/test-reports/fop"/>
<junit haltonerror="yes">
<sysproperty key="basedir" value="${basedir}"/>
- <formatter type="plain"/>
+ <formatter type="brief" usefile="false"/>
<classpath>
<pathelement location="${build.dir}/test-classes"/>
<path refid="libs-build-classpath"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]