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
1 changed files with 2 additions and 2 deletions

View File

@ -413,7 +413,7 @@ under the License.
description="Unpacks the OOXML xsd files, and compiles them into XmlBeans">
<taskdef name="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/" />
<!--
@ -424,7 +424,7 @@ under the License.
schema="build/ooxml-xsds/"
destfile="${ooxml.xsds.jar}"
javasource="1.4"
failonerror="false"
failonerror="true"
fork="true"
memoryMaximumSize="512m"
>