diff options
author | Joerg Pietschmann <pietsch@apache.org> | 2005-09-07 22:25:54 +0000 |
---|---|---|
committer | Joerg Pietschmann <pietsch@apache.org> | 2005-09-07 22:25:54 +0000 |
commit | 7b22606dfeff96018ff55022f91515a1f440243a (patch) | |
tree | ec620df1c594ac9120340e6ad34b474a81cd5c31 /build.xml | |
parent | 6d4dd88c53c97d637f6bb3f338c53c5af5481d27 (diff) | |
download | xmlgraphics-fop-7b22606dfeff96018ff55022f91515a1f440243a.tar.gz xmlgraphics-fop-7b22606dfeff96018ff55022f91515a1f440243a.zip |
Add classpathref to CheckStyle task to allow finding FOP Exceptions.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@279441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-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"/> |