Skip to content

Argument file for modulepath is generated wrongly when paths contains spaces #115

@nibsi

Description

@nibsi

The plugin executes the wrong command if longModulePath is true and the module path contains spaces.

In an arguments file, arguments that contain spaces must be enclosed in double quote characters and backslashes must be escaped.

For instance, if the module path is C:\Projects\Project name with spaces\target\classes, then the arguments file must be:

-p
"C:\\Projects\\Project name with spaces\\target\\classes"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions