You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/08/06 20:45:10 UTC

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

Author: fanningpj
Date: Fri Aug  6 20:45:09 2021
New Revision: 1892051

URL: http://svn.apache.org/viewvc?rev=1892051&view=rev
Log:
try to use xmlbeans 5.0.1 in ant build

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1892051&r1=1892050&r2=1892051&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Aug  6 20:45:09 2021
@@ -1902,13 +1902,15 @@ under the License.
             </filterchain>
         </copy>
 
-        <copy file="${ooxml.lite.report}.xsb" tofile="${ooxml.lite.report}.xsb2" overwrite="true" failonerror="false">
+        <!-- fails with xmlbeans 5.0.1
+        <copy file="${ooxml.lite.report}.xsb" tofile="${ooxml.lite.report}.xsb2" overwrite="true">
             <filterchain>
                 <sortfilter/>
                 <prefixlines prefix="org/apache/poi/schemas/ooxml/system/ooxml/"/>
                 <suffixlines suffix=".xsb"/>
             </filterchain>
         </copy>
+        -->
 
         <mkdir dir="build/dist/maven/poi-ooxml-lite"/>
 



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