From a176593fb291639964fa14843584dd15941aff2c Mon Sep 17 00:00:00 2001 From: Nick Burch Date: Mon, 7 Jan 2008 13:14:46 +0000 Subject: [PATCH] Fix for building the OOXML xmlbeans stuff on osx, patch from ugo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609594 13f79535-47bb-0310-9956-ffa450edef68 --- build.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.xml b/build.xml index 5989ddad3e..b790d5689b 100644 --- a/build.xml +++ b/build.xml @@ -379,6 +379,8 @@ under the License. destfile="${ooxml.xsds.jar}" javasource="1.4" failonerror="false" + fork="true" + memoryMaximumSize="512m" > -- 2.39.5