From 427d733469c6a0c7293b60debeb6622d39d19238 Mon Sep 17 00:00:00 2001 From: Dominik Stadler Date: Wed, 11 Jun 2014 20:36:30 +0000 Subject: Add missing @Overrides, reformat some files, increase coverage slightly, comments, fix Eclipse warnings and add close() calls in some tests and in HMEFMessage() to close files during tests correctly. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1602008 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'build.xml') diff --git a/build.xml b/build.xml index 1c0f6e5bfe..89d3a0f2e0 100644 --- a/build.xml +++ b/build.xml @@ -28,6 +28,7 @@ under the License. Rainer Klute klute@rainer-klute.de Bruno Girin brunogirin@gmail.com 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 @@ -40,7 +41,7 @@ under the License. To build the documentation you will need to install forrest and set the FORREST_HOME environment variable. Forrest 0.5.1 required. - You currently need JDK 1.6 or newer to build POI. + Since POI 3.11 you will need JDK 1.6 or newer to build POI. Some people may find the tests hang when run through Ant. If this happens to you, try giving Ant some more memory when you run it, eg: -- cgit v1.2.3