ceki        2004/04/05 10:06:02

  Modified:    .        build.xml
  Log:
  

  Removed checkstyle related targets. Please shout if you object to this move.
  
  Revision  Changes    Path
  1.95      +0 -36     logging-log4j/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/logging-log4j/build.xml,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- build.xml 5 Apr 2004 17:04:17 -0000       1.94
  +++ build.xml 5 Apr 2004 17:06:02 -0000       1.95
  @@ -346,17 +346,6 @@
   
   
     <!-- ================================================================= -->
  -  <!-- Define the set of files current styled                            -->
  -  <!-- ================================================================= -->
  -  <fileset dir="${java.source.dir}" id="checkstyled_files">
  -    <include name="org/apache/log4j/*.java"/>
  -    <include name="org/apache/log4j/spi/*.java"/>
  -    <include name="**/plugins/*.java"/>
  -    <include name="**/chainsaw/*.java"/>
  -  </fileset>
  -
  -
  -  <!-- ================================================================= -->
     <!-- Runs jalopy.  Available from http://jalopy.sourceforge.net        -->
     <!-- ================================================================= -->
     <target name="runJalopy">
  @@ -389,31 +378,6 @@
       <java classname="de.hunsicker.jalopy.swing.SettingsDialog"
             classpathref="jalopy.path"
             fork="true" />
  -  </target>
  -
  -  <!-- ================================================================= -->
  -  <!-- Runs checkstyle. Available from http://checkstyle.sf.net          -->
  -  <!-- ================================================================= -->
  -  <target name="checkstyle" depends="init">
  -    <taskdef resource="checkstyletask.properties"
  -             classpath="${checkstyle.jar}"/>
  -
  -    <!-- by default checkstyle supports the Sun coding standard. -->
  -    <checkstyle config="src/sun_checks.xml">
  -      <fileset refid="checkstyled_files"/>
  -      <!-- allow public in interfaces even if redundant -->
  -      <property key="checkstyle.ignore.public.in.interface" value="true" />
  -      <!-- do not check javadocs -->
  -      <property key="checkstyle.javadoc.scope" value="nothing" />
  -
  -      <!-- allow for lines of 100 chars. These long lines will be
  -      weeded out by jalopy -->
  -      <property key="checkstyle.maxlinelen" value="100"/>
  -
  -      <property key="checkstyle.allow.protected" value="true" />
  -      <property key="checkstyle.maxmethodlen" value="500" />
  -      <property key="checkstyle.maxconstructorlen" value="500" />
  -    </checkstyle>
     </target>
   
     <!-- ================================================================= -->
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to