]> source.dussan.org Git - poi.git/commitdiff
Add mising path to ooxml-schemas which is necessary for building with latest JDK...
authorDominik Stadler <centic@apache.org>
Sun, 25 Oct 2020 08:22:45 +0000 (08:22 +0000)
committerDominik Stadler <centic@apache.org>
Sun, 25 Oct 2020 08:22:45 +0000 (08:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1882830 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index 9c6d89daa270352879d8ce00797d5b0d37b5a5af..0e95d82cf98453dd456e7d22e27e05bb0b97323e 100644 (file)
--- 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"/>