Author: kiwiwings
Date: Wed Aug  5 21:58:44 2015
New Revision: 1694337

URL: http://svn.apache.org/r1694337
Log:
another try to fix the woodstox errors in the gump build

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1694337&r1=1694336&r2=1694337&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Wed Aug  5 21:58:44 2015
@@ -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}"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to