Author: vhennebert
Date: Mon Dec 23 21:16:12 2013
New Revision: 1553214
URL: http://svn.apache.org/r1553214
Log:
Enabled plain formatter to get Checkstyle warnings from Gump builds
Modified:
xmlgraphics/fop/trunk/build.xml
Modified: xmlgraphics/fop/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=1553214&r1=1553213&r2=1553214&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Mon Dec 23 21:16:12 2013
@@ -1072,6 +1072,7 @@ NOTE:
<fileset dir="${src.dir}" includes="**/*.java"/>
<fileset dir="${test.dir}" includes="**/*.java"/>
<formatter type="xml" toFile="${build.dir}/report_checkstyle.xml"/>
+ <formatter type="plain"/>
</checkstyle>
</target>
<!-- =================================================================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]