aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2021-05-14 12:14:13 +0000
committerDominik Stadler <centic@apache.org>2021-05-14 12:14:13 +0000
commit994f940fcf44d10eb97ae75395b430bdbc919cef (patch)
tree81f9836009c0dae7533d70a69769052197cba42a /build.xml
parent39e61c4b90c0613dee1fef2ceea2e96f7fe0470e (diff)
downloadpoi-994f940fcf44d10eb97ae75395b430bdbc919cef.tar.gz
poi-994f940fcf44d10eb97ae75395b430bdbc919cef.zip
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
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 a670496b7b..ee2df209fd 100644
--- 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}">