-
Notifications
You must be signed in to change notification settings - Fork 376
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.nio.file.InvalidPathException: Illegal char <:> at index 2: while starting GWT-Unit tests on windows machine #9564
Comments
It appears that this only happens when running the tests from inside of eclipse - the IDE (or the gwt eclipse plugin) erroneously adds the This might be more appropriately filed at https://github.com/gwt-plugins/gwt-eclipse-plugin - @branflake2267 can you offer any perspective here? |
I have the same issue not when running a test in Eclipse but when executing a gwt-test-utils test as a gradle task with and only with GWT 2.8.2 not with 2.8.1 (and only on Windows). Stack trace (upper part is identical to stack trace in OPs post):
See gwt-test-utils/gwt-test-utils#87 already linked above. |
Hello,
i have tried to start a gwt unit tests in Eclipse (with launch configuration) on windows machine. It results with an exception (The problem is an leading slash in a path.):
Version: GWT 2.8.2
IDE: Eclipse neon for windows
I hope for fast fix for this problem or any suggestion how to avoid it.
thanks
The text was updated successfully, but these errors were encountered: