Skip to content

Conversation

@Almeida-a
Copy link

Running this plugin sample on windows, an URI format error is thrown.

Changing the File.separatorChar to "///" fixed this error on windows.

I wasn't, however, able to test this change on linux.

At the first lines of the README file.
Notes:
 * Not sure if it works in linux, thus the TODO
 * The error was an IllegalArgumentError at the URI.create, where the argument was recognized as an opaque URI, and it's content (in windows) was file:\<random-uuid>
 * This change caused the same URI to be of form: file:///<random-uuid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant