mirror of https://github.com/apache/poi.git
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:
parent
bde775b473
commit
159e8a3e9f
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue