| @@ -86,7 +86,7 @@ | |||||
| value="${rat.report.dir}/report.html" | value="${rat.report.dir}/report.html" | ||||
| description="RAT-Report file"/> | description="RAT-Report file"/> | ||||
| <property name="rat.version" | <property name="rat.version" | ||||
| value="0.11" | |||||
| value="0.12" | |||||
| description="Which Version of RAT to use"/> | description="Which Version of RAT to use"/> | ||||
| <!-- Simian --> | <!-- Simian --> | ||||
| @@ -126,7 +126,7 @@ | |||||
| Skip running Checkstyle. | Skip running Checkstyle. | ||||
| </echo> | </echo> | ||||
| <sequential unless:set="antlr.present"> | <sequential unless:set="antlr.present"> | ||||
| <ivy:cachepath organisation="com.puppycrawl.tools" module="checkstyle" revision="6.18" | |||||
| <ivy:cachepath organisation="com.puppycrawl.tools" module="checkstyle" revision="6.19" | |||||
| inline="true" conf="default" pathid="checkstyle.classpath" transitive="true"/> | inline="true" conf="default" pathid="checkstyle.classpath" transitive="true"/> | ||||
| <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpathref="checkstyle.classpath" /> | <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" classpathref="checkstyle.classpath" /> | ||||
| <mkdir dir="${checkstyle.reportdir}"/> | <mkdir dir="${checkstyle.reportdir}"/> | ||||
| @@ -227,7 +227,7 @@ | |||||
| </target> | </target> | ||||
| <target name="findbugs" description="--> checks Ant codebase with Findbugs" depends="init-ivy,build" xmlns:fb="http://findbugs.sourceforge.net/"> | <target name="findbugs" description="--> checks Ant codebase with Findbugs" depends="init-ivy,build" xmlns:fb="http://findbugs.sourceforge.net/"> | ||||
| <ivy:cachepath organisation="com.google.code.findbugs" module="findbugs-ant" revision="3.0.0" | |||||
| <ivy:cachepath organisation="com.google.code.findbugs" module="findbugs-ant" revision="3.0.1" | |||||
| inline="true" conf="default" pathid="findbugs.real.classpath" transitive="true"/> | inline="true" conf="default" pathid="findbugs.real.classpath" transitive="true"/> | ||||
| <!-- Load the Findbugs AntTasks --> | <!-- Load the Findbugs AntTasks --> | ||||
| <taskdef uri="http://findbugs.sourceforge.net/" resource="edu/umd/cs/findbugs/anttask/tasks.properties" classpathref="findbugs.real.classpath" /> | <taskdef uri="http://findbugs.sourceforge.net/" resource="edu/umd/cs/findbugs/anttask/tasks.properties" classpathref="findbugs.real.classpath" /> | ||||