Browse Source

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"

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@1026276 13f79535-47bb-0310-9956-ffa450edef68
master
Jan Materne 14 years ago
parent
commit
f3cf232591
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      check.xml

+ 3
- 3
check.xml View File

@@ -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}"/>


Loading…
Cancel
Save