Ibiblio Repository access that has items marked as '301: Moved permanently' 
causes maven to barf.
-------------------------------------------------------------------------------------------------

                 Key: MAVEN-1831
                 URL: http://jira.codehaus.org/browse/MAVEN-1831
             Project: Maven 1.x
          Issue Type: Bug
         Environment: Maven 1.0.2 on Mac, Java build 1.5.0_06-113
            Reporter: Paul Hammant


To reproduce, refer to QDox trunk -

  svn co https://svn.codehaus.org/qdox/trunk/

Try to build default goal for qdox/ module

If your setup is the same as mine, you get.......

  WARNING: Failed to download ant-1.5.1.jar.
  Attempting to download junit-3.8.1.jar.
  Error retrieving artifact from 
[http://www.ibiblio.org/maven/junit/jars/junit-3.8.1.jar]: java.io.IOException: 
Unknown error downloading; status code was: 301
  WARNING: Failed to download junit-3.8.1.jar.
  The build cannot continue because of the following unsatisfied dependencies:

  ant-1.5.1.jar
  junit-3.8.1.jar

  Total time: 2 seconds
  Finished at: Wed Jan 31 06:31:03 GMT 2007

WGET process differently for me ...

  paul-hammants-computer:~/scm/oss/qdox/trunk/qdox paul$ wget 
http://www.ibiblio.org/maven/jmock/jars/jmock-1.0.0.jar
  --06:31:17--  http://www.ibiblio.org/maven/jmock/jars/jmock-1.0.0.jar
           => `jmock-1.0.0.jar'
  Resolving www.ibiblio.org... done.
  Connecting to www.ibiblio.org[152.46.7.80]:80... connected.
  HTTP request sent, awaiting response... 301 Moved Permanently
  Location: 
http://mirrors.ibiblio.org/pub/mirrors/maven2/jmock/jmock/1.0.0/jmock-1.0.0.jar 
[following]
  --06:31:17--  
http://mirrors.ibiblio.org/pub/mirrors/maven2/jmock/jmock/1.0.0/jmock-1.0.0.jar
           => `jmock-1.0.0.jar'
  Resolving mirrors.ibiblio.org... done.
  Connecting to mirrors.ibiblio.org[152.46.7.65]:80... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: 69,251 [text/plain]

  
100%[=============================================================================================>]
 69,251       101.24K/s    ETA 00:00 

It could be that these forwards are sensitive to your TCP/IP location (I'm 
presently in Scotland)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to