vmassol 2003/02/23 10:35:31
Modified: framework build.xml
Log:
build fails on checkstyle violations
Revision Changes Path
1.40 +1 -1 jakarta-cactus/framework/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- build.xml 6 Feb 2003 08:55:39 -0000 1.39
+++ build.xml 23 Feb 2003 18:35:31 -0000 1.40
@@ -515,7 +515,7 @@
<mkdir dir="${target.dir}"/>
<checkstyle config="./checkstyle.xml"
- failOnViolation="false">
+ failOnViolation="true">
<fileset dir="${src.java.dir}">
<include name="**/*.java"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]