summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2013-12-17 13:15:06 +0000
committerVincent Hennebert <vhennebert@apache.org>2013-12-17 13:15:06 +0000
commit126e31e71937288afd0ee484f6b56d4936989ea7 (patch)
tree6bbab360c6b6528c5ba2dce5201d3ca69c6513a7 /build.xml
parentd495da253e1203c2df5288de89dbb49e26400aea (diff)
downloadxmlgraphics-fop-126e31e71937288afd0ee484f6b56d4936989ea7.tar.gz
xmlgraphics-fop-126e31e71937288afd0ee484f6b56d4936989ea7.zip
Cosmetics only: enabled Checkstyle for test files and fixed resulting errors
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1551536 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index f25239bc0..11e99ca15 100644
--- a/build.xml
+++ b/build.xml
@@ -1074,6 +1074,7 @@ NOTE:
<pathelement location="${build.codegen-classes.dir}"/>
</classpath>
<fileset dir="${src.dir}" includes="**/*.java"/>
+ <fileset dir="${test.dir}" includes="**/*.java"/>
<formatter type="xml" toFile="${build.dir}/report_checkstyle.xml"/>
</checkstyle>
<xslt in="${build.dir}/report_checkstyle.xml" out="${build.dir}/report_checkstyle.html" style="${checkstyle.noframes.xslt}"/>