timurstrekalov / saga

Better code coverage tool for JavaScript.
http://timurstrekalov.github.com/saga/
Other
87 stars 25 forks source link

IllegalArgumentException on windows #95

Open mlarcher opened 11 years ago

mlarcher commented 11 years ago

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.

marcelbecker commented 11 years ago

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?

timurstrekalov commented 11 years ago

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 :)

Athaphian commented 10 years ago

Caught IllegalArgumentException: illegal parameters?: Illegal character in opaque part at index 2: C:\Users\myuser\dev\projects\myproject/src/test/jasmine -> [Help 1] When using: < baseDir >${project.basedir}/src/test/jasmine< /baseDir >

Caught IllegalArgumentException: illegal parameters?: Supported URI schemes are: http, https and file -> [Help 1] When using: < baseDir >C:/Users/myuser/dev/projects/myproject/src/test/jasmine< /baseDir >

+1 for a fix..

EDIT: It works for < baseDir >src/test/jasmine< /baseDir > however this breaks in a multi module maven project..

pgottinger commented 9 years ago

Hi,

I ran into the same issue. I created a pull request to fix it: https://github.com/timurstrekalov/saga/pull/126

Best regards, Peter