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 cm...@apache.org on 2003/01/21 13:45:36 UTC

cvs commit: jakarta-cactus common.xml

cmlenz      2003/01/21 04:45:36

  Modified:    .        common.xml
  Log:
  - Actually check whether Checkstyle is available (thanks Gump!)
  
  Revision  Changes    Path
  1.3       +6 -3      jakarta-cactus/common.xml
  
  Index: common.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/common.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- common.xml	26 Dec 2002 13:11:50 -0000	1.2
  +++ common.xml	21 Jan 2003 12:45:36 -0000	1.3
  @@ -29,16 +29,19 @@
                       classname="antlr.Parser"
                       classpathref="checkstyle.classpath"/>
                   <available
  -                    classname="org.apache.commons.beanutils.BeanUtils"
  -                    classpathref="checkstyle.classpath"/>
  -                <available
                       classname="org.apache.commons.collections.CollectionUtils"
                       classpathref="checkstyle.classpath"/>
                   <available
                       classname="org.apache.commons.logging.Log"
                       classpathref="checkstyle.classpath"/>
                   <available
  +                    classname="org.apache.commons.beanutils.BeanUtils"
  +                    classpathref="checkstyle.classpath"/>
  +                <available
                       classname="org.apache.regexp.RE"
  +                    classpathref="checkstyle.classpath"/>
  +                <available
  +                    classname="com.puppycrawl.tools.checkstyle.CheckStyleTask"
                       classpathref="checkstyle.classpath"/>
               </and>
           </condition>
  
  
  

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