hstaudacher / osgi-jax-rs-connector

An OSGi - JAX-RS 2.0 Connector, software repository available on the link below
http://hstaudacher.github.io/osgi-jax-rs-connector
Other
190 stars 98 forks source link

Build fails under windows #27

Closed hstaudacher closed 10 years ago

hstaudacher commented 10 years ago

... with a strange url auth exception...

Maybe it helps to deploy the jersey p2 repo and acess it via htpp.

toedter commented 10 years ago

Found the fix: File pom.xml in project com.eclipsesource.jaxrs.build, line 57:

file:///${basedir}/../../build/com.eclipsesource.jaxrs.connector.target/p2

Using 3 slashes after file: instead of 2 works under windows, but I could not test it using Linux or MacOS.

hstaudacher commented 10 years ago

I have added the 3 slashes. Hope this will fix the issue.