mirror of https://github.com/apache/poi.git
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:
parent
5d719b9016
commit
d2cfa01471
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue