Re: errors adding maven2 project

2006-10-13 Thread Martin Burger


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.



errors adding maven2 project

2006-10-02 Thread Joseph Marques

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