On Jul 24, 2011, at 4:30 PM, Sean Corfield wrote: > On Sun, Jul 24, 2011 at 1:11 PM, bernardH > <un.compte.pour.tes...@gmail.com> wrote: >> On Jul 24, 2:30 pm, Chas Emerick <cemer...@snowtide.com> wrote: >>> You should be using 1.3.0-beta1 of Clojure 1.3 -- anything with >>> -master-SNAPSHOT is woefully out of date at >>> this point. >> Damned, I thought -master-SNAPSHOT was as snapshot of the current >> HEAD. >> Thanks for pointing that out. > > If you specify the Sonatype snapshots repository, you can pull nightly builds: > > :repositories { "sonatype" { :url > "https://oss.sonatype.org/content/repositories/snapshots" } } > :dependencies [[org.clojure/clojure "1.3.0-master-SNAPSHOT"]] > > That just pulled clojure-1.3.0-master-20110622.000355-98.jar which is > the most recent nightly build according to build.clojure.org. > > Without that repo, I've no idea what build you'd get...
Right, I should have mentioned that — I unfortunately assumed that Bernard didn't have the OSS repo in his config. Without that, it would resolve to a build from December from build.clojure.org if one is using Leiningen. (I think the only useful artifacts at build.clojure.org that aren't in central already are old versions of clojure-contrib (1.0.0 and 1.1.0 AFAICT). Is that what's keeping build.clojure.org/* in Leiningen's default set of searched repos these days?) - Chas -- 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