Skip to content

Issues with CommandLine exe with Mac OS #125

@ymark

Description

@ymark

When executing X3ML engine using the command line exe jar, it fails when trying to read input from a folder. This happens probably because of the prefix #_ that is used for reading contents from a folder.

To overcome this issue, it is mandatory to add the folder within quotes... so the following will work as expected

java -jar x3ml-engine-exejar.jar -input "#_folder" ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions