Author: jhm
Date: Fri Oct 22 10:22:39 2010
New Revision: 1026276
URL: http://svn.apache.org/viewvc?rev=1026276&view=rev
Log:
Bump versions: Ivy, RAT and Checkstyle.
Can't easily switch Checkstyle 5.0 because of CS-Error "TreeWalker is not
allowed as a parent of Header"
Modified:
ant/core/trunk/check.xml
Modified: ant/core/trunk/check.xml
URL:
http://svn.apache.org/viewvc/ant/core/trunk/check.xml?rev=1026276&r1=1026275&r2=1026276&view=diff
==============================================================================
--- ant/core/trunk/check.xml (original)
+++ ant/core/trunk/check.xml Fri Oct 22 10:22:39 2010
@@ -92,13 +92,13 @@
value="${rat.report.dir}/report.html"
description="RAT-Report file"/>
<property name="rat.version"
- value="0.6"
+ value="0.7"
description="Which Version of RAT to use"/>
<target name="init-ivy">
- <property name="ivy.version" value="2.0.0-beta1"/>
+ <property name="ivy.version" value="2.2.0"/>
<property name="ivy.jar.url"
value="http://repo1.maven.org/maven2/org/apache/ivy/ivy/${ivy.version}/ivy-${ivy.version}.jar"/>
<property name="ivy.jar.dir" value="${build.dir}/ivy"/>
<property name="ivy.jar.file" value="${ivy.jar.dir}/ivy.jar"/>
@@ -111,7 +111,7 @@
</target>
<target name="checkstyle" description="--> checks Ant codebase according to
${config.dir}/checkstyle-config" depends="init-ivy">
- <ivy:cachepath organisation="checkstyle" module="checkstyle" revision="4.3"
+ <ivy:cachepath organisation="checkstyle" module="checkstyle" revision="4.4"
inline="true" conf="default" pathid="checkstyle.classpath"
transitive="true"/>
<taskdef resource="checkstyletask.properties"
classpathref="checkstyle.classpath" />
<mkdir dir="${checkstyle.reportdir}"/>