Browse Source

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
pull/22/head
Vincent Hennebert 10 years ago
parent
commit
1b8fc02e9a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build.xml

+ 1
- 0
build.xml View File

@@ -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>
<!-- =================================================================== -->

Loading…
Cancel
Save