I recently updated checkstyle configuration in Tomcat trunk:

http://svn.apache.org/viewvc?view=revision&revision=1150644

The configuration is

    <module name="AvoidStaticImport">
        <property name="excludes"
                  value="org.apache.catalina.startup.SimpleHttpClient.CRLF"/>
        <property name="excludes" value="org.junit.Assert.*"/>
    </module>

Apparently checkstyle used by Gump does see the first "excludes"
property and fails.

This works with checkstyle 5.3 and 5.4 when building trunk locally.

Looking at Gump configuration, apparently it was configured to
download and build checkstyle using svn repository. That svn
repository has not been updated for 9 months.  Checkstyle project is
using Mercurial now.


I updated Gump configuration for checkstyle sources repository and
tomcat-trunk project.
Let's see how next build runs.

Best regards,
Konstantin Kolinko


2011/7/26 Bill Barker <billbar...@apache.org>:
> To whom it may engage...
>
> This is an automated request, but not an unsolicited one. For
> more information please visit http://gump.apache.org/nagged.html,
> and/or contact the folk at gene...@gump.apache.org.
>
> Project tomcat-trunk-validate has an issue affecting its community 
> integration.
> This issue affects 1 projects.
> The current state of this project is 'Failed', with reason 'Build Failed'.
> For reference only, the following projects are affected by this:
>    - tomcat-trunk-validate :  Tomcat 7.x, a web server implementing Java 
> Servlet 3.0,
>    ...
>
>
> Full details are available at:
>    
> http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-validate/index.html
>
> That said, some information snippets are provided here.
>
> The following annotations (debug/informational/warning/error messages) were 
> provided:
>  -DEBUG- Dependency on checkstyle exists, no need to add for property 
> checkstyle.jar.
>  -INFO- Failed with reason build failed
>
>
>
> The following work was performed:
> http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-validate/gump_work/build_tomcat-trunk_tomcat-trunk-validate.html
> Work Name: build_tomcat-trunk_tomcat-trunk-validate (Type: Build)
> Work ended in a state of : Failed
> Elapsed: 28 secs
> Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true 
> -Dbuild.sysclasspath=only org.apache.tools.ant.Main 
> -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
> -Dcheckstyle.jar=/srv/gump/public/workspace/checkstyle/target/checkstyle-5.3-SNAPSHOT.jar
>  -Dexecute.validate=true validate
> [Working Directory: /srv/gump/public/workspace/tomcat-trunk]
> CLASSPATH: 
> /usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-26072011.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-26072011.jar:/srv/gump/public/workspace/apache-commons/validator/dist/commons-validator-26072011.jar:/srv/gump/public/workspace/junit/dist/junit-26072011.jar:/srv/gump/public/workspace/junit/dist/junit-dep-26072011.ja
>  r:/srv/gump/public/workspace/google-guava/build/dist/guava-26072011/guava-26072011.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-26072011.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-26072011.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/jdom/build/jdom.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-26072011.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-26072011-dep.jar:/srv/gump/packages/javamail-1.4/mail.jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jaf-1.1ea/activation.jar
> ---------------------------------------------
> Buildfile: /srv/gump/public/workspace/tomcat-trunk/build.xml
>
> download-validate:
>
> proxyflags:
>
> setproxy:
>
> testexist:
>     [echo] Testing  for 
> /srv/gump/public/workspace/checkstyle/target/checkstyle-5.3-SNAPSHOT.jar
>
> downloadzip:
>
> validate:
>    [mkdir] Created dir: 
> /srv/gump/public/workspace/tomcat-trunk/output/res/checkstyle
> [checkstyle] Running Checkstyle 5.3-SNAPSHOT on 2063 files
> [checkstyle] 
> /srv/gump/public/workspace/tomcat-trunk/test/org/apache/catalina/servlets/TestDefaultServlet.java:40:
>  Using a static member import should be avoided - 
> org.apache.catalina.startup.SimpleHttpClient.CRLF.
>
> BUILD FAILED
> /srv/gump/public/workspace/tomcat-trunk/build.xml:437: Got 1 errors and 0 
> warnings.
>
> Total time: 27 seconds
> ---------------------------------------------
>
> To subscribe to this information via syndicated feeds:
> - RSS: 
> http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-validate/rss.xml
> - Atom: 
> http://vmgump.apache.org/gump/public/tomcat-trunk/tomcat-trunk-validate/atom.xml
>
> ============================== Gump Tracking Only ===
> Produced by Apache Gump(TM) version 2.3.
> Gump Run 06000626072011, vmgump.apache.org:vmgump:06000626072011
> Gump E-mail Identifier (unique within run) #13.
>
> --
> Apache Gump
> http://gump.apache.org/ [Instance: vmgump]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: dev-h...@tomcat.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to