diff options
author | Dominik Stadler <centic@apache.org> | 2021-05-14 06:41:22 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2021-05-14 06:41:22 +0000 |
commit | d2cfa014717079564ad075c93bbcf2916ee3d152 (patch) | |
tree | 3e773c1b574dfa297f68faf42607dcc7b1ae463d /build.xml | |
parent | 5d719b90162b01cae1b45bc1a66ea9e8fb818e10 (diff) | |
download | poi-d2cfa014717079564ad075c93bbcf2916ee3d152.tar.gz poi-d2cfa014717079564ad075c93bbcf2916ee3d152.zip |
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
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"/> |