On Mon, Jul 25, 2011 at 3:10 AM, Chas Emerick wrote:
> (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 re
Sean Corfield writes:
Hi Sean,
> On Sun, Jul 24, 2011 at 11:45 PM, Tassilo Horn wrote:
>> 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,)"]]
>
> Your Maven-fu is far off the scale - I didn't
On Jul 25, 2011, at 3:47 AM, Sean Corfield wrote:
> On Sun, Jul 24, 2011 at 11:45 PM, Tassilo Horn wrote:
>> 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,)"]]
>
> Your Maven-fu is far off
On Jul 24, 2011, at 4:30 PM, Sean Corfield wrote:
> On Sun, Jul 24, 2011 at 1:11 PM, bernardH
> wrote:
>> On Jul 24, 2:30 pm, Chas Emerick 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 tho
On Sun, Jul 24, 2011 at 11:45 PM, Tassilo Horn wrote:
> 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,)"]]
Your Maven-fu is far off the scale - I didn't even know that kind of
thing should be pos
Sean Corfield 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 ju
On Sun, Jul 24, 2011 at 1:11 PM, bernardH
wrote:
> On Jul 24, 2:30 pm, Chas Emerick 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.
Thank you very much for the help !
On Jul 24, 2:30 pm, Chas Emerick wrote:
> A couple of thoughts:
>
> 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
HE