aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorJoerg Pietschmann <pietsch@apache.org>2005-09-07 22:25:54 +0000
committerJoerg Pietschmann <pietsch@apache.org>2005-09-07 22:25:54 +0000
commit7b22606dfeff96018ff55022f91515a1f440243a (patch)
treeec620df1c594ac9120340e6ad34b474a81cd5c31 /build.xml
parent6d4dd88c53c97d637f6bb3f338c53c5af5481d27 (diff)
downloadxmlgraphics-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.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"/>