You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2014/11/12 10:00:36 UTC

svn commit: r1638725 - in /tomcat/trunk: build.properties.default build.xml

Author: kkolinko
Date: Wed Nov 12 09:00:36 2014
New Revision: 1638725

URL: http://svn.apache.org/r1638725
Log:
Download just a checkstyle-6.0-all.jar instead of the whole bin.zip that contains that file.

Modified:
    tomcat/trunk/build.properties.default
    tomcat/trunk/build.xml

Modified: tomcat/trunk/build.properties.default
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.properties.default?rev=1638725&r1=1638724&r2=1638725&view=diff
==============================================================================
--- tomcat/trunk/build.properties.default (original)
+++ tomcat/trunk/build.properties.default Wed Nov 12 09:00:36 2014
@@ -214,7 +214,7 @@ objenesis.jar=${objenesis.home}/objenesi
 # ----- Checkstyle, version 6.0 or later -----
 checkstyle.version=6.0
 checkstyle.home=${base.path}/checkstyle-${checkstyle.version}
-checkstyle.loc=${base-sf.loc}/checkstyle/checkstyle/${checkstyle.version}/checkstyle-${checkstyle.version}-bin.zip
+checkstyle.loc=${base-sf.loc}/checkstyle/checkstyle/${checkstyle.version}/checkstyle-${checkstyle.version}-all.jar
 checkstyle.jar=${checkstyle.home}/checkstyle-${checkstyle.version}-all.jar
 
 # ----- JSON Libraries (for bayeux module) -----

Modified: tomcat/trunk/build.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/build.xml?rev=1638725&r1=1638724&r2=1638725&view=diff
==============================================================================
--- tomcat/trunk/build.xml (original)
+++ tomcat/trunk/build.xml Wed Nov 12 09:00:36 2014
@@ -2716,7 +2716,7 @@ Apache Tomcat ${version} native binaries
           description="Download components necessary to validate source"
           if="${execute.validate}">
 
-    <antcall target="downloadzip">
+    <antcall target="downloadfile">
       <param name="sourcefile" value="${checkstyle.loc}"/>
       <param name="destfile" value="${checkstyle.jar}"/>
       <param name="destdir" value="${base.path}"/>



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