vmassol 02/05/27 08:15:12
Modified: anttasks build.xml
framework build.xml
Log:
updated build according to latest checkstyle changes
Revision Changes Path
1.19 +1 -1 jakarta-cactus/anttasks/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/anttasks/build.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- build.xml 17 May 2002 12:54:33 -0000 1.18
+++ build.xml 27 May 2002 15:15:12 -0000 1.19
@@ -275,7 +275,7 @@
ignoreWhitespace="false"
ignoreCastWhitespace="false"
ignoreBraces="false"
- allowEmptyCatch="true"
+ catchBlock="text"
failOnViolation="false"
cacheFile="${target.dir}/checkstyle.cache">
1.11 +1 -1 jakarta-cactus/framework/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 17 May 2002 12:55:35 -0000 1.10
+++ build.xml 27 May 2002 15:15:12 -0000 1.11
@@ -455,7 +455,7 @@
ignoreWhitespace="false"
ignoreCastWhitespace="false"
ignoreBraces="false"
- allowEmptyCatch="true"
+ catchBlock="text"
failOnViolation="true"
cacheFile="${target.dir}/checkstyle.cache">
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>