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: [email protected]
For additional commands, e-mail: [email protected]