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...
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
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