You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2003/01/08 09:29:11 UTC

cvs commit: jakarta-ant check.xml

conor       2003/01/08 00:29:11

  Modified:    .        check.xml
  Log:
  Update check file to latest version of checkstyle
  
  Revision  Changes    Path
  1.4       +7 -7      jakarta-ant/check.xml
  
  Index: check.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/check.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -w -u -r1.3 -r1.4
  --- check.xml	16 Apr 2002 07:15:18 -0000	1.3
  +++ check.xml	8 Jan 2003 08:29:10 -0000	1.4
  @@ -6,10 +6,10 @@
     <target name="checkstyle">
       <taskdef name="checkstyle"
                classname="com.puppycrawl.tools.checkstyle.CheckStyleTask"/>
  -    <checkstyle headerFile="src/etc/RequiredHeader.txt"
  -                headerIgnoreLine="4"
  -                allowProtected="true"
  -                javadocScope="${javadoc.scope}">
  +    <checkstyle>
  +      <property key="checkstyle.header.file" file="src/etc/RequiredHeader.txt"/>
  +      <property key="checkstyle.header.ignoreline" value="4"/>
  +      <property key="checkstyle.javadoc.scope" value="${javadoc.scope}"/>
         <fileset dir="${java.dir}">
           <include name="${tocheck}"/>
         </fileset>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>