]> source.dussan.org Git - poi.git/commitdiff
Tweak xmlbeans call to play nicely on macs
authorNick Burch <nick@apache.org>
Fri, 4 Apr 2008 09:33:50 +0000 (09:33 +0000)
committerNick Burch <nick@apache.org>
Fri, 4 Apr 2008 09:33:50 +0000 (09:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ooxml@644651 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 0ccfc5f7f7f2e66c3e3ea09fe1110b79389f02ca..5b46396f3dbf9b3a1db43ace8e43b662f4aa660e 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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"
                >