vmassol 02/02/23 13:52:32
Modified: build build.xml
Log:
* added checkstyle in the doc
* modified some checkstyle params
Revision Changes Path
1.35 +6 -1 jakarta-cactus/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/build/build.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- build.xml 5 Feb 2002 09:26:58 -0000 1.34
+++ build.xml 23 Feb 2002 21:52:31 -0000 1.35
@@ -14,6 +14,9 @@
junit [REQUIRED] For running the unit tests.
+ checkstyle [REQUIRED] For checking coding and naming
+ conventions.
+
The following properties need to be set in a ./build.properties or
or ${user.home}/build.properties file :
@@ -696,7 +699,9 @@
<echo message="Errors are reported in
${out.root.dir}/checkstyle_share.xml"/>
- <checkstyle failOnViolation="false" paramPattern="^the[A-Z][a-zA-Z0-9]*$">
+ <checkstyle paramPattern="^(the|is|has)[A-Z][a-zA-Z0-9]*$"
+ allowProtected="true" headerFile="LICENSE">
+
<fileset dir="${src.java.share.dir}">
<include name="**/*.java"/>
<exclude name="**/*Aspect.java"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>