]> source.dussan.org Git - poi.git/commitdiff
Fix for building the OOXML xmlbeans stuff on osx, patch from ugo
authorNick Burch <nick@apache.org>
Mon, 7 Jan 2008 13:14:46 +0000 (13:14 +0000)
committerNick Burch <nick@apache.org>
Mon, 7 Jan 2008 13:14:46 +0000 (13:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@609594 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 5989ddad3eb64a3ee47e5512b086c9e9b88aea31..b790d5689b6ce6fde0268e2afd8d350ba508016e 100644 (file)
--- 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"
                >
                        <classpath refid="ooxml.classpath"/>
                </xmlbean>