From: Dominik Stadler Date: Mon, 20 Oct 2014 13:54:41 +0000 (+0000) Subject: * Also adjust build.xml for newer required Ant 1.8.0 X-Git-Tag: REL_3_11_BETA3~47 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=dc570c8e83be826d1aa32db58ebc721d34ed4bc5;p=poi.git * Also adjust build.xml for newer required Ant 1.8.0 * Pass "additionaljar" to junit calls to enable us to exclude tests which we know are failing (newer XML Security stuff) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633156 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build.xml b/build.xml index cebb06aab6..5f2aaebd8e 100644 --- a/build.xml +++ b/build.xml @@ -30,9 +30,9 @@ under the License. Yegor Kozlov yegor at apache.org Dominik Stadler centic at apache.org - This build was tested with ant 1.6.2 although it will probably work with - other versions. The following jar files should be available on the - classpath when running ant: + This build was tested with ant 1.9.4 although it will probably work with + other versions, however at least 1.8.0 is required. The following jar + files should be available on the classpath when running ant: LIBRARY LOCATION ======= ======== @@ -86,6 +86,7 @@ under the License. + @@ -901,6 +902,7 @@ under the License. + @@ -942,6 +944,7 @@ under the License. +