diff options
-rw-r--r-- | build.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"/> |