[
https://issues.apache.org/jira/browse/MJAVADOC-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17957382#comment-17957382
]
Olivier Lamy commented on MJAVADOC-262:
---------------------------------------
This project has moved from Jira to GitHub Issues. This issue was migrated to
[olamy/maven-javadoc-plugin#403|https://github.com/olamy/maven-javadoc-plugin/issues/403].
> Parameters like sourcepath depend on system path separator (colon/semicolon)
> ----------------------------------------------------------------------------
>
> Key: MJAVADOC-262
> URL: https://issues.apache.org/jira/browse/MJAVADOC-262
> Project: Maven Javadoc Plugin (Moved to GitHub Issues)
> Issue Type: Bug
> Affects Versions: 2.6
> Reporter: Siveton Vincent
> Assignee: Siveton Vincent
> Priority: Major
> Fix For: 2.6.1
>
>
> Using the following conf on Windows box doesnt generate javadoc
> {noformat}
> <sourcepath>${basedir}/src/main/java:${basedir}/src/main/javadoc</sourcepath>
> {noformat}
> It is due to the colon separator (solaris) instead of the semi-colon (windows)
> Other path options (docletPath, extdirs, sourcepath, tagletpath,
> bootclasspath) are also plateform dependant.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)