]> source.dussan.org Git - poi.git/commitdiff
another try to fix the woodstox errors in the gump build
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 5 Aug 2015 21:58:44 +0000 (21:58 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 5 Aug 2015 21:58:44 +0000 (21:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1694337 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index e0f1fedf84b5a48caf3c22eef908b8ff88e3be32..9a9475ccabf2917baa799fdba5da0ebe64bd4f37 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1196,7 +1196,9 @@ under the License.
             <syspropertyset refid="junit.properties"/>
             <jvmarg value="${poi.test.locale}"/>
             <jvmarg value="-Dadditionaljar=${additionaljar}"/>
-            <arg value="-ooxml"/>
+               <!-- Fix for strange woodstox references in gump build -->
+            <jvmarg value="-Djavax.xml.stream.XMLInputFactory=com.sun.xml.internal.stream.XMLInputFactoryImpl"/>
+               <arg value="-ooxml"/>
             <arg value="${ooxml.lite-merged.dir}/ooxml-lite-merged.jar"/>
             <arg value="-test"/>
             <arg value="${ooxml.output.test.dir}"/>