You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by vm...@apache.org on 2003/08/06 21:31:19 UTC

cvs commit: jakarta-cactus/framework build.xml

vmassol     2003/08/06 12:31:19

  Modified:    framework build.xml
  Log:
  Try to fix checkstyle failing with Gump nightly builds.
  
  Revision  Changes    Path
  1.65      +6 -2      jakarta-cactus/framework/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/framework/build.xml,v
  retrieving revision 1.64
  retrieving revision 1.65
  diff -u -r1.64 -r1.65
  --- build.xml	30 Jun 2003 16:22:10 -0000	1.64
  +++ build.xml	6 Aug 2003 19:31:19 -0000	1.65
  @@ -442,7 +442,7 @@
          the checkstyle jar is in the Ant classpasth.
        ========================================================================
     -->
  -  <target name="checkstyle" depends="init,init.checkstyle" 
  +  <target name="checkstyle" depends="init,init.checkstyle,compile" 
         if="checkstyle.available"
         description="Perform a code audit using Checkstyle">
   
  @@ -465,6 +465,10 @@
   
         <property key="checkstyle.header.file" file="./LICENSE.cactus"/>
   
  +      <classpath>
  +        <pathelement path="${target.classes.java.dir}"/>      
  +      </classpath>
  +      
       </checkstyle>
   
     </target>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org