Skip to content

Incorrect absolutization of classpath argument #93

Description

@aioobe

The absolutizeClasspathEntries method here...

absoluteClasspathEntries := make([]string, len(relativeClasspathEntries))

...doesn't seem to take into account if the classpath is already in absolute format.

I think the absolutizeClasspathEntries should check if the entry starts with a / and if so, don't prepend the working directory.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions