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/14 12:14:13 UTC

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

Author: centic
Date: Fri May 14 12:14:13 2021
New Revision: 1889894

URL: http://svn.apache.org/viewvc?rev=1889894&view=rev
Log:
One more place where path.separator needs to be used instead of ':'

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1889894&r1=1889893&r2=1889894&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri May 14 12:14:13 2021
@@ -1286,7 +1286,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}:${ooxml.lite.output.dir}"/>
+            <compilerarg line="--patch-module org.apache.poi.ooxml_lite=${ooxml.output.test.dir}${path.separator}${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