Sean Corfield <seancorfi...@gmail.com> writes:

Hi Sean,

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

Hey, great.  Until now, I've built my own snapshots, because the
official snapshots are out of date.  The only issue is that with the
repo above, version ranges don't work.  If I say

  :dependencies [[org.clojure/clojure "[1.3.0-master-SNAPSHOT,)"]]

aka 1.3.0 snapshot or better, "lein deps force" tries getting a
org.clojure:clojure:jar:1.3.0-testbuild9-SNAPSHOT and fails checksuming
(at least that is what maven wants to tell me...):

[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'88bbc831eaafdd9895f27debc95446618ac82a79'; remote =
'92472231000f7b66ebf43cb412c74b4ba3cd7277' - RETRYING
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local =
'88bbc831eaafdd9895f27debc95446618ac82a79'; remote =
'92472231000f7b66ebf43cb412c74b4ba3cd7277' - IGNORING

Bye,
Tassilo

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