aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-08-06 20:45:09 +0000
committerPJ Fanning <fanningpj@apache.org>2021-08-06 20:45:09 +0000
commit342a964ae9912269eea3205ab1419fd7f88718ce (patch)
treece05bbe93e7f4962511f72b12622808ab8996e83
parent69abcd6fd9528030ae122ec6790827b5b9badb10 (diff)
downloadpoi-342a964ae9912269eea3205ab1419fd7f88718ce.tar.gz
poi-342a964ae9912269eea3205ab1419fd7f88718ce.zip
try to use xmlbeans 5.0.1 in ant build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892051 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--build.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 0004a4e7d7..42cd83a877 100644
--- 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"/>