aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2021-05-14 06:41:22 +0000
committerDominik Stadler <centic@apache.org>2021-05-14 06:41:22 +0000
commitd2cfa014717079564ad075c93bbcf2916ee3d152 (patch)
tree3e773c1b574dfa297f68faf42607dcc7b1ae463d /build.xml
parent5d719b90162b01cae1b45bc1a66ea9e8fb818e10 (diff)
downloadpoi-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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 564c105ae8..8ebcd99dd5 100644
--- a/build.xml
+++ b/build.xml
@@ -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"/>