cmlenz 2002/11/29 00:11:42
Modified: anttasks build.xml
framework build.xml
Log:
Until the issues with Checkstyle are resolved, don't fail on violations.
Revision Changes Path
1.28 +1 -1 jakarta-cactus/anttasks/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 24 Nov 2002 17:50:08 -0000 1.27
+++ build.xml 29 Nov 2002 08:11:42 -0000 1.28
@@ -252,7 +252,7 @@
<echo message="Errors are reported in ${target.dir}/checkstyle_errors.xml"/>
<checkstyle config="./checkstyle.xml"
- failOnViolation="true">
+ failOnViolation="false">
<fileset dir="${src.java.dir}">
<include name="**/*.java"/>
1.31 +1 -1 jakarta-cactus/framework/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- build.xml 28 Nov 2002 20:31:16 -0000 1.30
+++ build.xml 29 Nov 2002 08:11:42 -0000 1.31
@@ -624,7 +624,7 @@
<echo message="Errors are reported in ${checkstyle.results.file}"/>
<checkstyle config="./checkstyle.xml"
- failOnViolation="true">
+ failOnViolation="false">
<fileset dir="${src.java.dir}">
<include name="**/*.java"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>