-
Notifications
You must be signed in to change notification settings - Fork 25
IllegalArgumentException on windows #95
Comments
I have the same problem with version 1.5.0 on windows7 x64 with Java. Is there any workaround or any inside on what's actually causing the problem, yet? |
I didn't look at the issue, but apparently the URLs created are invalid for whatever reason. Is that the whole error message that you see? The thing is, I don't have a Windows machine handy - granted, I could get a VM somewhere, but I'd appreciate if one of you took a stab at it yourselves :) |
Caught IllegalArgumentException: illegal parameters?: Illegal character in opaque part at index 2: C:\Users\myuser\dev\projects\myproject/src/test/jasmine -> [Help 1] Caught IllegalArgumentException: illegal parameters?: Supported URI schemes are: http, https and file -> [Help 1] +1 for a fix.. EDIT: |
Hi, I ran into the same issue. I created a pull request to fix it: #126 Best regards, |
The 1.4.1 version won't work on a windows box, throwing an
Caught IllegalArgumentException: illegal parameters?: Illegal character in opaque part at index 2
I'm on a windows7 x64 with Java 1.7.0_025
Feel free to request more infos if needed.
The text was updated successfully, but these errors were encountered: