]> source.dussan.org Git - poi.git/commitdiff
try to use xmlbeans 5.0.1 in ant build
authorPJ Fanning <fanningpj@apache.org>
Fri, 6 Aug 2021 20:45:09 +0000 (20:45 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 6 Aug 2021 20:45:09 +0000 (20:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892051 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 0004a4e7d7f4de4f0a2283c1309127e0646ca7fd..42cd83a8776531d8f1bede5ae6eccd8a328b9312 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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"/>