Hi

I see that www.codehouse.org/ says
We are currently experiencing disk problems with beaver.codehaus.org. The problem is being looked at by our service provider.

I see that http://snapshots.maven.codehaus.org/ is unable to connect.

You comment...
A temporary solution is to define a mirror of snapshots.maven.codehaus.org to repo1.maven.org until codehaus.org is back

Your comment is great, but I do not understand it.
I don't know if it is 101 now, but it is not precise enough for me....

After more than 10 experiments I ended up with the following

<settings>
   <mirrors>
       <mirror>
           <id>repo1.maven.org</id>
           <name>Mirror to solve problem 17. may 2006</name>
           <url>http://repo1.maven.org/maven2</url>
           <mirrorOf>snapshots</mirrorOf>
       </mirror>
   </mirrors>
</settings>

So thanks a lot anyway, it solved the problem

Now I get the error
Downloading: http://dist.codehaus.org/org.mortbay.jetty/jars/servlet-api-2.5-6.0.0beta12.jar [INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Error transferring file
 org.mortbay.jetty:servlet-api-2.5:jar:6.0.0beta12

from the specified remote repositories:
 central (http://repo1.maven.org/maven2),
 codehaus (http://dist.codehaus.org),
 apache.snapshots (http://svn.apache.org/maven-snapshot-repository),
 snapshots (http://snapshots.maven.codehaus.org/maven2)
Path to dependency:
1) org.apache.maven.plugins:maven-site-plugin:maven-plugin:2.0-beta-5
       2) org.mortbay.jetty:jetty:jar:6.0.0beta12
       3) org.mortbay.jetty:servlet-api-2.5:jar:6.0.0beta12

/Anders











Emmanuel Venisse wrote:
codehaus.org is temporarily down so request on it generate an error.

A temporary solution is to define a mirror of snapshots.maven.codehaus.org to repo1.maven.org until codehaus.org is back

Emmanuel

Wim Deblauwe a écrit :
I did a mvn -U and I get the following error:

Downloading:
http://repo1.maven.org/maven2/org/mortbay/jetty/servlet-api-2.5/6.0.0beta12/servlet-api-2.5-6.0.0beta12.pom
1K downloaded
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.0-alpha-8/doxia-site-renderer-1.0-alpha-8.pom
1K downloaded
Downloading:
http://snapshots.maven.codehaus.org/maven2/org/apache/maven/doxia/doxia/1.0-alpha-8/doxia-1.0-alpha-8.pom
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).


Project ID: null:doxia-site-renderer:jar:1.0-alpha-8

Reason: Cannot find parent: org.apache.maven.doxia:doxia for project:
null:doxia-site-renderer:jar:1.0-alpha-8


what should I do about this?

regards,

Wim



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to