]> source.dussan.org Git - poi.git/commitdiff
One more place where path.separator needs to be used instead of ':'
authorDominik Stadler <centic@apache.org>
Fri, 14 May 2021 12:14:13 +0000 (12:14 +0000)
committerDominik Stadler <centic@apache.org>
Fri, 14 May 2021 12:14:13 +0000 (12:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889894 13f79535-47bb-0310-9956-ffa450edef68

build.xml

index a670496b7b6f275bb4c2c6107d3ef52eae44b748..ee2df209fdffb44fc4a61554e517f67a89cbfd32 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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}">