-
Dec 5th, 2009, 10:50 AM
#1
maven and 3.0.0RC3
what the dependency to spring core 3.0.0RC3 should look like?
Having searched the internet I found several repositories. All those don't seem to work.
-
Dec 6th, 2009, 06:50 AM
#2
There are 2 recent blogs at http://blog.springsource.com/ dealing with dependency management, e.g. this one (mainly deals with logging but maven repository locations included): http://blog.springsource.com/2009/12...ies-in-spring/. Hint: RC3 is a "milestone" release.
-
Dec 6th, 2009, 01:00 PM
#3
Actually I'm trying to port my project to Ivy dependency management.
Ivy tries the following URL:
[ivy:resolve] http://s3.amazonaws.com/maven.spring...-3.0.0.RC2.jar
[ivy:resolve] module not found: org.springframework#org.springframework.beans;3.0. 0.RC3
Usually it is simple to browse the site to figure out the layout. But amazonaws returns just the following:
<Error>
<Code>NoSuchBucket</Code>
<Message>The specified bucket does not exist</Message>
<BucketName>maven.springsource.com</BucketName>
<RequestId>872AC9DFBD59E276</RequestId>
<HostId>
...
</HostId>
</Error>
Any hints?
-
Dec 6th, 2009, 03:17 PM
#4
You can browse s3 with any number of tools, but not, unfortunately, a browser (go figure). I use s3fox (a firefox plugin). You can probably find about a hundred others.
N.B. There is no ivy metadata (ivy.xml) in the maven.* buckets. The new Spring user guide has some more details on using the SpringSource EBR with ivy, but I don't think anyone had time to publish it yet. You can find put all you need to know, though, at http://www.springsource.com/repository.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules