Try to use the correct path-separator on Windows

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889880 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2021-05-14 06:41:22 +00:00
parent 5d719b9016
commit d2cfa01471
1 changed files with 1 additions and 1 deletions

View File

@ -985,7 +985,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}:${ooxml-schema.output.gen-classes.dir}"/>
<compilerarg line="--patch-module org.apache.poi.ooxml.schemas=${ooxml-schema.output.dir}${path.separator}${ooxml-schema.output.gen-classes.dir}"/>
</javac>
<mkdir dir="build/dist/maven/poi-ooxml-full"/>