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 2002/05/20 16:34:41 UTC

cvs commit: jakarta-ant/proposal/mutant build.xml

conor       02/05/20 07:34:41

  Modified:    proposal/mutant build.xml
  Log:
  Disable checkstyle until Oliver changes the defaults on the empty catch check.
  
  Revision  Changes    Path
  1.26      +1 -1      jakarta-ant/proposal/mutant/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/mutant/build.xml,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -w -u -r1.25 -r1.26
  --- build.xml	16 May 2002 13:31:45 -0000	1.25
  +++ build.xml	20 May 2002 14:34:41 -0000	1.26
  @@ -169,7 +169,7 @@
   
     <target name="main" depends="frontend, antlibs, ant1compat, remote, checkstyle"/> 
     
  -  <target name="checkstyle" if="checkstyle.available">
  +  <target name="checkstyle" if="xxxcheckstyle.available">
       <taskdef name="checkstyle"
                classname="com.puppycrawl.tools.checkstyle.CheckStyleTask"/>
       <mkdir dir="${bin.dir}/check"/>
  
  
  

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