From: Dominik Stadler Date: Sun, 31 Jul 2016 21:23:34 +0000 (+0000) Subject: Fix download-location of commons-logging4 jar and add it to FindBugs and bin-files... X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=2175d4dd7a10805824efebe20b563ef8546db68a;p=poi.git Fix download-location of commons-logging4 jar and add it to FindBugs and bin-files target correctly Add ant-jar to findbugs target as it is needed for excelant-code-check now Fail on error when running Findbugs (still not on found warnings!) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754688 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index 2fcb654ac3..2931670902 100644 --- a/build.xml +++ b/build.xml @@ -170,7 +170,7 @@ under the License. - + @@ -1922,13 +1922,14 @@ under the License. + - + @@ -2157,6 +2158,7 @@ under the License. output="xml:withMessages" outputFile="build/findbugs.xml" effort="max" + failOnError="true" excludeFilter="src/resources/devtools/findbugs-filters.xml"> @@ -2171,11 +2173,12 @@ under the License. - + +