One more place where path.separator needs to be used instead of ':'

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889894 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2021-05-14 12:14:13 +00:00
parent 39e61c4b90
commit 994f940fcf
1 changed files with 1 additions and 1 deletions

View File

@ -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}">