vmassol     02/02/05 01:26:58

  Modified:    build    build-servletapi.xml build.xml
  Log:
  added check on method parameter naming using checkstyle - Thanks to Oliver Burn !
  
  Revision  Changes    Path
  1.33      +1 -1      jakarta-cactus/build/build-servletapi.xml
  
  Index: build-servletapi.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build/build-servletapi.xml,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- build-servletapi.xml      3 Feb 2002 11:36:41 -0000       1.32
  +++ build-servletapi.xml      5 Feb 2002 09:26:58 -0000       1.33
  @@ -730,7 +730,7 @@
   
           <echo message="Errors are reported in 
${out.root.dir}/checkstyle_servlet${servlet.api}.xml"/>
   
  -        <checkstyle failOnViolation="false">
  +        <checkstyle failOnViolation="false" paramPattern="^the[A-Z][a-zA-Z0-9]*$">
               <fileset dir="${src.java.servlet.dir}">
                   <include name="**/*.java"/>
               </fileset>
  
  
  
  1.34      +1 -1      jakarta-cactus/build/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/build/build.xml,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- build.xml 3 Feb 2002 11:36:41 -0000       1.33
  +++ build.xml 5 Feb 2002 09:26:58 -0000       1.34
  @@ -696,7 +696,7 @@
   
           <echo message="Errors are reported in 
${out.root.dir}/checkstyle_share.xml"/>
   
  -        <checkstyle failOnViolation="false">
  +        <checkstyle failOnViolation="false" paramPattern="^the[A-Z][a-zA-Z0-9]*$">
               <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]>

Reply via email to