You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2014/10/21 09:06:26 UTC

svn commit: r1633285 - /poi/trunk/build.xml

Author: centic
Date: Tue Oct 21 07:06:26 2014
New Revision: 1633285

URL: http://svn.apache.org/r1633285
Log:
One more change to OOXMLLite to also run all tests successfully when the outdated xerces lib is provided

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1633285&r1=1633284&r2=1633285&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Oct 21 07:06:26 2014
@@ -1042,6 +1042,7 @@ under the License.
         	<classpath refid="ooxml.xmlsec.classpath"/>
             <syspropertyset refid="junit.properties"/>
             <jvmarg value="${poi.test.locale}"/>
+            <jvmarg value="-Dadditionaljar=${additionaljar}"/>
             <arg value="-ooxml"/>
             <arg value="${ooxml.lite-merged.dir}/ooxml-lite-merged.jar"/>
             <arg value="-test"/>



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