You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2008/04/04 11:33:54 UTC

svn commit: r644651 - /poi/branches/ooxml/build.xml

Author: nick
Date: Fri Apr  4 02:33:50 2008
New Revision: 644651

URL: http://svn.apache.org/viewvc?rev=644651&view=rev
Log:
Tweak xmlbeans call to play nicely on macs

Modified:
    poi/branches/ooxml/build.xml

Modified: poi/branches/ooxml/build.xml
URL: http://svn.apache.org/viewvc/poi/branches/ooxml/build.xml?rev=644651&r1=644650&r2=644651&view=diff
==============================================================================
--- poi/branches/ooxml/build.xml (original)
+++ poi/branches/ooxml/build.xml Fri Apr  4 02:33:50 2008
@@ -413,7 +413,7 @@
 	 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 @@
 			schema="build/ooxml-xsds/"
 			destfile="${ooxml.xsds.jar}"
 			javasource="1.4"
-			failonerror="false"
+			failonerror="true"
 			fork="true"
 			memoryMaximumSize="512m"
 		>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org