Author: kkolinko
Date: Wed Nov 12 09:17:17 2014
New Revision: 1638726
URL: http://svn.apache.org/r1638726
Log:
Update to Checkstyle 6.0
Download just a checkstyle-6.0-all.jar instead of the whole bin.zip that
contains that file.
Merged revisions r1638720 r1638725 from tomcat/trunk.
Modified:
tomcat/tc8.0.x/trunk/ (props changed)
tomcat/tc8.0.x/trunk/build.properties.default
tomcat/tc8.0.x/trunk/build.xml
tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
Propchange: tomcat/tc8.0.x/trunk/
------------------------------------------------------------------------------
Merged /tomcat/trunk:r1638720-1638725
Modified: tomcat/tc8.0.x/trunk/build.properties.default
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.properties.default?rev=1638726&r1=1638725&r2=1638726&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/build.properties.default (original)
+++ tomcat/tc8.0.x/trunk/build.properties.default Wed Nov 12 09:17:17 2014
@@ -212,10 +212,10 @@ objenesis.home=${base.path}/objenesis-${
objenesis.loc=https://objenesis.googlecode.com/files/objenesis-${objenesis.version}-bin.zip
objenesis.jar=${objenesis.home}/objenesis-${objenesis.version}.jar
-# ----- Checkstyle, version 5.1 or later -----
-checkstyle.version=5.7
+# ----- 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/tc8.0.x/trunk/build.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/build.xml?rev=1638726&r1=1638725&r2=1638726&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/build.xml (original)
+++ tomcat/tc8.0.x/trunk/build.xml Wed Nov 12 09:17:17 2014
@@ -2722,7 +2722,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}"/>
Modified: tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml?rev=1638726&r1=1638725&r2=1638726&view=diff
==============================================================================
--- tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/tc8.0.x/trunk/webapps/docs/changelog.xml Wed Nov 12 09:17:17 2014
@@ -67,6 +67,9 @@
for temporary file and automatically create destination directory
(<code>base.path</code>). (kkolinko)
</update>
+ <update>
+ Update optional Checkstyle library to 6.0. (kkolinko)
+ </update>
</changelog>
</subsection>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]