On 05.08.2010 11:51, ma...@apache.org wrote:
Author: markt
Date: Thu Aug 5 09:51:41 2010
New Revision: 982525
URL: http://svn.apache.org/viewvc?rev=982525&view=rev
Log:
Skip repackaged DBCP in validate target (Gump was running it). Any build where
the deps are downloaded inside the svn checkout would fail in a similar manner
Modified:
tomcat/trunk/build.xml
Modified: tomcat/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=982525&r1=982524&r2=982525&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Thu Aug 5 09:51:41 2010
@@ -420,6 +420,8 @@
<exclude name="output/**"/>
<exclude name="modules/**"/>
<exclude name="**/*.mdl"/>
+<!-- Exclude these else Gump runs validate on them -->
+<exclude name="**/org/apache/tomcat/dbcp/**"/>
</fileset>
</checkstyle>
</target>
I ran into this also yesterday, because I had temporary garbage files in
the workspace and suddenly checkstyle checked 4.000 files instead of
2.000. Do you think it would make more sense to use an include list?
E.g. bin conf java res test webapps
I know you also fixed the top level individual files, but maybe those
are not that important for checkstyle.
Regards,
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org