2012/6/1  <ma...@apache.org>:
> Author: markt
> Date: Fri Jun  1 09:08:37 2012
> New Revision: 1345021
>
> URL: http://svn.apache.org/viewvc?rev=1345021&view=rev
> Log:
> Fix checkstyle warnings in Ant build
>
> Modified:
>    tomcat/tc7.0.x/trunk/   (props changed)
>    tomcat/tc7.0.x/trunk/build.xml
>    tomcat/tc7.0.x/trunk/test/webapp-3.0/bug53257/index.jsp
>
> Propchange: tomcat/tc7.0.x/trunk/
> ------------------------------------------------------------------------------
>  Merged /tomcat/trunk:r1345020
>
> Modified: tomcat/tc7.0.x/trunk/build.xml
> URL: 
> http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/build.xml?rev=1345021&r1=1345020&r2=1345021&view=diff
> ==============================================================================
> --- tomcat/tc7.0.x/trunk/build.xml (original)
> +++ tomcat/tc7.0.x/trunk/build.xml Fri Jun  1 09:08:37 2012
> @@ -467,6 +467,9 @@
>         <!-- Exclude these else Gump runs validate on them -->
>         <exclude name="**/org/apache/tomcat/dbcp/**"/>
>         <exclude name="**/tomcat-deps/**"/>
> +        <!-- Exclude simple test files -->
> +        <exclude name="test/webapp-3.0/bug53257/*.txt"/>

OK. I'll add them to res/rat/rat-excludes.txt, for RAT reports done by buildbot
http://tomcat.apache.org/ci.html#Buildbot

> +        <exclude name="test/webapp-3.0-fragments/WEB-INF/classes/*.txt"/>

?? I do not see any files there. Did you forget to commit something?

There are no test failures though (apart the usual TestCometProcessor).

>       </fileset>
>       <fileset dir="modules/jdbc-pool" >
>         <exclude name=".*/**"/>
>

Best regards,
Konstantin Kolinko

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

Reply via email to