Tweak xmlbeans call to play nicely on macs

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644651 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2008-04-04 09:33:50 +00:00
parent 36a9edfe59
commit c44e3a4b4a

View File

@ -413,7 +413,7 @@ under the License.
description="Unpacks the OOXML xsd files, and compiles them into XmlBeans"> description="Unpacks the OOXML xsd files, and compiles them into XmlBeans">
<taskdef name="xmlbean" <taskdef name="xmlbean"
classname="org.apache.xmlbeans.impl.tool.XMLBean" classname="org.apache.xmlbeans.impl.tool.XMLBean"
classpath="${ooxml.jar3.dir}:${ooxml.jar4.dir}" /> classpath="${ooxml.jar2.dir}:${ooxml.jar3.dir}:${ooxml.jar4.dir}:${ooxml.jar4.dir}:${ooxml.jar5.dir}" />
<unzip src="${ooxml.xsds.izip}" dest="build/ooxml-xsds/" /> <unzip src="${ooxml.xsds.izip}" dest="build/ooxml-xsds/" />
<!-- <!--
@ -424,7 +424,7 @@ under the License.
schema="build/ooxml-xsds/" schema="build/ooxml-xsds/"
destfile="${ooxml.xsds.jar}" destfile="${ooxml.xsds.jar}"
javasource="1.4" javasource="1.4"
failonerror="false" failonerror="true"
fork="true" fork="true"
memoryMaximumSize="512m" memoryMaximumSize="512m"
> >