]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Enabled plain formatter to get Checkstyle warnings from Gump builds
authorVincent Hennebert <vhennebert@apache.org>
Mon, 23 Dec 2013 21:16:12 +0000 (21:16 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Mon, 23 Dec 2013 21:16:12 +0000 (21:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1553214 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 7a0f2c5ed92f60c6f0047b20869c38ecbb1fd9a9..b730584f1d8aa2da1875a8ddac64a9c154ee6534 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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>
 <!-- =================================================================== -->