diff options
author | Vincent Hennebert <vhennebert@apache.org> | 2013-12-23 21:16:12 +0000 |
---|---|---|
committer | Vincent Hennebert <vhennebert@apache.org> | 2013-12-23 21:16:12 +0000 |
commit | 1e2982a3f22cb549d467c2e058a6ee0151bf4a6a (patch) | |
tree | 2c42a5adb0899cfbe63108ca959db2ed9df77e9d | |
parent | 72fe70000ee1987c592f25dcd1930ec5b23320ef (diff) | |
download | xmlgraphics-fop-1e2982a3f22cb549d467c2e058a6ee0151bf4a6a.tar.gz xmlgraphics-fop-1e2982a3f22cb549d467c2e058a6ee0151bf4a6a.zip |
Enabled plain formatter to get Checkstyle warnings from Gump builds
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1553214 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | build.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> <!-- =================================================================== --> |