I've been running in this as well - not sure when it changed. I'm able to
build after making the following changes to the Rakefile (this is on the
1.x branch, but basically the same changes should work on trunk). I had to
remove the repo that is causing the 403 errors and also update the
opensaml and bouncycastle dependencies:
Index: Rakefile
===================================================================
--- Rakefile (revision 882041)
+++ Rakefile (working copy)
@@ -43,8 +43,8 @@
:version=>"1.3"),
"org.apache.ws.security:wss4j:jar:1.5.3",
"org.apache.santuario:xmlsec:jar:1.4.0",
- "opensaml:opensaml:jar:1.1",
- "bouncycastle:bcprov-jdk15:jar:132"]
+ "org.opensaml:opensaml:jar:1.1",
+ "bouncycastle:bcprov-jdk15:jar:140"]
)
AXIS2_WAR = "org.apache.axis2:axis2-webapp:war:1.3"
BACKPORT =
"backport-util-concurrent:backport-util-concurrent:jar:3.0"
@@ -145,7 +145,6 @@
repositories.remote << "http://repo1.maven.org/maven2"
repositories.remote <<
"http://people.apache.org/repo/m2-snapshot-repository"
repositories.remote << "http://download.java.net/maven/2"
-repositories.remote << "http://ws.zones.apache.org/repository2"
repositories.release_to[:url] ||= "sftp://gu...@localhost/home/guest"
Release.find.tag_name = lambda { |version| "APACHE_ODE_#{version.upcase}"
}
On Wed, 18 Nov 2009 21:56:21 -0500, Andreas Fritzler
<[email protected]> wrote:
Maven is getting a 403 forbidden error when running "buildr eclipse".
Downloading opensaml:opensaml:jar:1.1
Failed to download
http://ws.zones.apache.org/repository2/opensaml/opensaml/1.1/opensaml-1.1.jar:
Forbidden
Buildr aborted!
←[31mFailed to download opensaml:opensaml:jar:1.1, tried the following
repositories:
http://www.intalio.org/public/maven2/
http://people.apache.org/repo/m2-incubating-repository/
http://repo1.maven.org/maven2/
http://people.apache.org/repo/m2-snapshot-repository/
http://download.java.net/maven/2/
http://ws.zones.apache.org/repository2/←[0m
How do I switch the repository to one which actually has opensaml 1.1?
Cheers,
Andreas
--
Greg Lucas