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 2021/05/13 12:11:43 UTC

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

Author: centic
Date: Thu May 13 12:11:43 2021
New Revision: 1889842

URL: http://svn.apache.org/viewvc?rev=1889842&view=rev
Log:
Fix two more invalid paths for the Java 9+ compilation

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1889842&r1=1889841&r2=1889842&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Thu May 13 12:11:43 2021
@@ -979,7 +979,7 @@ under the License.
                fork="true"
                modulepath="lib/ooxml"
                unless:true="${isJava8}">
-            <compilerarg line="--patch-module org.apache.poi.ooxml.schemas=${ooxml-schema.output.dir}"/>
+            <compilerarg line="--patch-module org.apache.poi.ooxml.schemas=${ooxml-schema.output.dir}:${ooxml-schema.output.gen-classes.dir}"/>
         </javac>
 
         <mkdir dir="build/dist/maven/poi-ooxml-full"/>
@@ -1275,7 +1275,7 @@ under the License.
                fork="true"
                modulepath="${basedir}/lib/main-tests"
                unless:true="${isJava8}">
-            <compilerarg line="--patch-module org.apache.poi.ooxml_lite=${ooxml.output.test.dir}"/>
+            <compilerarg line="--patch-module org.apache.poi.ooxml_lite=${ooxml.output.test.dir}:${ooxml.lite.output.dir}"/>
         </javac>
 
         <jar destfile="${ooxml.lite.agent}">



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