Closed
Description
JavaDoc analysis doesn't work on Windows due to a bug in the handling of paths: On Windows path components regularly contain colons like in C:\some\path
. This clashes with the unconditional use of ":" as a path separator in the JavaDoc invocation since the resulting argument for -classpath
is something like this: C:\some\path:C:\some\other\path
All places where a fixed path separator of ":" is assumed have to be replaced by File.pathSeparator
for Windows compatibilty.
Metadata
Assignees
Labels
No labels