diff options
author | Nick Burch <nick@apache.org> | 2008-03-22 18:55:22 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2008-03-22 18:55:22 +0000 |
commit | 64dd9e3561c205bea21e3699448a1bc363b37404 (patch) | |
tree | cab6bd6960e70547865f4dc24831f9ce4ef212d9 /build.xml | |
parent | edd0857f663db14767d0d6579050b11cfd83bc71 (diff) | |
download | poi-64dd9e3561c205bea21e3699448a1bc363b37404.tar.gz poi-64dd9e3561c205bea21e3699448a1bc363b37404.zip |
Add note about needing to give ant more memory to run all the tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@640057 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -45,6 +45,10 @@ 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. + 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: + ANT_OPTS="-Xmx1024m -XX:MaxPermSize=256m" ant test + TO BE COMPLETED: |