Re: Continuous Integration Server & Maven/Ivy Repo

2009-11-05 Thread Tim Dysinger
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, N

Re: Continuous Integration Server & Maven/Ivy Repo

2009-11-04 Thread Roman Roelofsen
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 : > > Dysinger's post implies it should be "clojure" instead of "clojure- > lang",

Re: Continuous Integration Server & Maven/Ivy Repo

2009-11-04 Thread Stuart Sierra
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 wrote: > It seems that only directory listings are disabled since > > http://build.cloj

Re: Continuous Integration Server & Maven/Ivy Repo

2009-11-04 Thread Roman Roelofsen
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 : > > I don't think that URL works as a Maven/Ivy repository, because > http://build.clojure.org/org/clojure doesn't exist.

Re: Continuous Integration Server & Maven/Ivy Repo

2009-11-04 Thread Stuart Sierra
I don't think that URL works as a Maven/Ivy repository, because http://build.clojure.org/org/clojure doesn't exist. -SS On Nov 3, 10:10 pm, dysinger wrote: > Hello, > > Today Phil Hagelberg, Rich Hickey and myself setup a CI server for > clojure & contrib ->http://build.clojure.org(hudson -> git

Re: Continuous Integration Server & Maven/Ivy Repo

2009-11-03 Thread dysinger
I forgot to mention that there is still one small issue https://www.assembla.com/spaces/clojure/tickets/208-pom-uses-old-artifactId that needs fixed. org.clojure clojure-lang 1.1.0-alpha-SNAPSHOT Until it's fixed you can use ^ On Nov 3, 5:10 pm, dysinger wrote: > He

Continuous Integration Server & Maven/Ivy Repo

2009-11-03 Thread dysinger
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 clojure-snapshot