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

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

Author: centic
Date: Sun Oct 25 08:22:45 2020
New Revision: 1882830

URL: http://svn.apache.org/viewvc?rev=1882830&view=rev
Log:
Add mising path to ooxml-schemas which is necessary for building with latest JDK 16 ea-builds

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1882830&r1=1882829&r2=1882830&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Sun Oct 25 08:22:45 2020
@@ -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"/>



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