You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@continuum.apache.org by Joseph Marques <si...@gmail.com> on 2006/10/02 21:22:16 UTC

errors adding maven2 project

My SVN server is on a linux box and exposed via https; there is NO http
access.  I'm setting up continuum-1.0.3 on a windows box.  Here are the
results when using various URLs.

https://<user>:<pass>@<server>/<project>/pom.xml
Could not download https://<server>/<project>/pom.xml:
Server returned HTTP response code: 401 for URL:
https://<server>/<project>/pom.xml

https://<server>/<project>/pom.xml
The URL you provided doesn't exist

OK, so...on a whim, I decided to leave the "s" off, and try http instead.

http://<server>/<project>/pom.xml
The URL you provided doesn't exist

http://<user>:<pass>@<server>/<project>/pom.xml
Works?!?


Um...what's going on here.  Regular http access to this box isn't even
allowed, so why is continuum pulling projects down using http?

-joe

Re: errors adding maven2 project

Posted by Martin Burger <m...@rtin-burger.de>.

Joseph Marques wrote:
> 
> https://<server>/<project>/pom.xml
> The URL you provided doesn't exist
> 
> OK, so...on a whim, I decided to leave the "s" off, and try http instead.
> 
> http://<server>/<project>/pom.xml
> The URL you provided doesn't exist
> 
> http://<user>:<pass>@<server>/<project>/pom.xml
> Works?!?
> 

See: http://jira.codehaus.org/browse/CONTINUUM-957

Regards, Martin Burger
-- 
View this message in context: http://www.nabble.com/errors-adding-maven2-project-tf2371950.html#a6795507
Sent from the Continuum - Users mailing list archive at Nabble.com.