Skip to content
This repository has been archived by the owner on Aug 7, 2020. It is now read-only.

IllegalArgumentException on windows #95

Open
mlarcher opened this issue Jun 19, 2013 · 4 comments
Open

IllegalArgumentException on windows #95

mlarcher opened this issue Jun 19, 2013 · 4 comments

Comments

@mlarcher
Copy link

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
Copy link

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
Copy link
Owner

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

marcelbecker added a commit to marcelbecker/saga that referenced this issue Sep 5, 2013
@Athaphian
Copy link

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
Copy link

Hi,

I ran into the same issue. I created a pull request to fix it: #126

Best regards,
Peter

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants