aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 09f749efb..51842d641 100644
--- a/build.xml
+++ b/build.xml
@@ -778,7 +778,8 @@ list of possible build targets.
<fail message="Please put checkstyle-all-*.jar in the lib directory. Get it from http://checkstyle.sourceforge.net" unless="checkstyle.available"/>
<taskdef name="checkstyle" classname="com.puppycrawl.tools.checkstyle.CheckStyleTask" classpathref="checkstylepath"/>
- <checkstyle config="checkstyle-3.5-fop-head.xml" failonviolation="false">
+ <checkstyle config="checkstyle-3.5-fop-head.xml" failonviolation="false"
+ classpathref="libs-run-classpath">
<fileset dir="${src.java.dir}" includes="**/*.java"/>
<formatter type="plain" toFile="${build.dir}/checkstyle_report.txt"/>
<formatter type="xml" toFile="${build.dir}/checkstyle_report.xml"/>