Skip to content

Javadoc analysis fails on Windows #100

Closed
@vboerchers

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions