aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2020-10-25 08:22:45 +0000
committerDominik Stadler <centic@apache.org>2020-10-25 08:22:45 +0000
commit8b37dad7a15341201e8b97c7556976fe35a48ba4 (patch)
treef6c04a338aefb226161a252a7ec05307187d523d /build.xml
parent062455c25d0fc073932b7c3695795fc89baca583 (diff)
downloadpoi-8b37dad7a15341201e8b97c7556976fe35a48ba4.tar.gz
poi-8b37dad7a15341201e8b97c7556976fe35a48ba4.zip
Add mising path to ooxml-schemas which is necessary for building with latest JDK 16 ea-builds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index 9c6d89daa2..0e95d82cf9 100644
--- a/build.xml
+++ b/build.xml
@@ -1273,6 +1273,7 @@ under the License.
unless:true="${isJava8}">
<compilerarg line="--patch-module org.apache.poi.stress=${integration.output.test.dir}"/>
<modulepath>
+ <pathelement path="build/dist/maven/ooxml-schemas"/>
<pathelement path="build/dist/maven/poi"/>
<pathelement path="build/dist/maven/poi-ooxml"/>
<pathelement path="build/dist/maven/poi-scratchpad"/>