Author: vhennebert
Date: Tue Dec 17 17:27:03 2013
New Revision: 1551637
URL: http://svn.apache.org/r1551637
Log:
Have Checkstyle fail the build if there are any warnings
Modified:
xmlgraphics/fop/trunk/build.xml
Modified: xmlgraphics/fop/trunk/build.xml
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/build.xml?rev=1551637&r1=1551636&r2=1551637&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/build.xml (original)
+++ xmlgraphics/fop/trunk/build.xml Tue Dec 17 17:27:03 2013
@@ -1062,7 +1062,7 @@ NOTE:
<target name="checkstyle" depends="package, checkstyle-avail"
if="checkstyle.avail" description="Runs Checkstyle for a code quality report">
<taskdef name="checkstyle"
classname="com.puppycrawl.tools.checkstyle.CheckStyleTask"
classpathref="checkstyle-classpath"/>
<mkdir dir="${build.dir}"/>
- <checkstyle config="${checkstyle.config}" failonviolation="false">
+ <checkstyle config="${checkstyle.config}" failonviolation="true"
maxWarnings="0">
<classpath>
<path refid="checkstyle-classpath"/>
<pathelement location="${build.classes.dir}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]