From 17d3de1733e27dd62513252356a63e73fa87348b Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Mon, 20 Jan 2014 19:25:22 +0000 Subject: [PATCH] adjust ant-target check-rat: Download jarfile instead of requiring it locally, write report to a temporary file and scan it for failures to break the build if necessary git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1559810 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) diff --git a/build.xml b/build.xml index b4ed5f2516..d30bd956c4 100644 --- a/build.xml +++ b/build.xml @@ -158,6 +158,10 @@ under the License. + + + + @@ -172,7 +176,6 @@ under the License. - @@ -181,6 +184,10 @@ under the License. + + + + @@ -343,6 +350,7 @@ under the License. + @@ -389,6 +397,10 @@ under the License. + + + + @@ -1345,10 +1357,13 @@ under the License. - + + + - + uri="antlib:org.apache.rat.anttasks" + classpath="${main.lib}/apache-rat-0.10.jar" /> + @@ -1359,6 +1374,12 @@ under the License. + + + ${rat.reportcontent} + + + + - -- 2.39.5