I had to move the repository url.  I was having trouble with it on the same
url and hudson.  Plus you can't poke around because hudson would take the
request.

So the new url is

http://build.clojure.org/snapshots

for maven2/ivy/etc  Sorry I changed it 8 hours ago and forgot to post. :(

On Wed, Nov 4, 2009 at 6:13 AM, Roman Roelofsen <
roman.roelof...@googlemail.com> wrote:

>
> His second post referred to
> https://www.assembla.com/spaces/clojure/tickets/208-pom-uses-old-artifactId
>
> So until this ticket is closed we need to use clojure-lang instead of
> clojure.
>
> Roman
>
> 2009/11/4 Stuart Sierra <the.stuart.sie...@gmail.com>:
> >
> > Dysinger's post implies it should be "clojure" instead of "clojure-
> > lang", i.e.
> http://build.clojure.org/org/clojure/clojure/maven-metadata.xml
> >
> > That URL doesn't work.
> > -SS
> >
> >
> > On Nov 4, 10:50 am, Roman Roelofsen <roman.roelof...@googlemail.com>
> > wrote:
> >> It seems that only directory listings are disabled since
> >>
> >> http://build.clojure.org/org/clojure/clojure-lang/maven-metadata.xml
> >>
> >> is accessible.
> >>
> >> Roman
> >>
> >> 2009/11/4 Stuart Sierra <the.stuart.sie...@gmail.com>:
> >>
> >>
> >>
> >> > I don't think that URL works as a Maven/Ivy repository, because
> >> >http://build.clojure.org/org/clojuredoesn't exist.
> >> > -SS
> >>
> >> > On Nov 3, 10:10 pm, dysinger <t...@dysinger.net> wrote:
> >> >> Hello,
> >>
> >> >> Today Phil Hagelberg, Rich Hickey and myself setup a CI server for
> >> >> clojure & contrib ->http://build.clojure.org(hudson-> github)
> >>
> >> >> If you use maven-ant-tasks (+1) or maven 2.x (or ivy too) you can do
> >> >> something like this in your settings.xml or pom.xml
> >>
> >> >>         <repository>
> >> >>           <id>clojure-snapshot</id>
> >> >>           <url>http://build.clojure.org</url>
> >> >>           <releases>
> >> >>             <enabled>false</enabled>
> >> >>           </releases>
> >> >>           <snapshots>
> >> >>             <enabled>true</enabled>
> >> >>           </snapshots>
> >> >>         </repository>
> >>
> >> >> Then you can add clojure snapshot as a project dependency
> >>
> >> >>     <dependency>
> >> >>       <groupId>org.clojure</groupId>
> >> >>       <artifactId>clojure</artifactId>
> >> >>       <version>1.1.0-alpha-SNAPSHOT</version>
> >> >>     </dependency>
> >>
> >> >> :) #l8r
> >>
> >>
> > >
> >
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to