clojure-contrib 1.3.0-alpha2 deployed to build.clojure.org

36 views
Skip to first unread message

Stuart Sierra

unread,
Oct 26, 2010, 8:03:44 PM10/26/10
to Clojure
blah

Btsai

unread,
Oct 26, 2010, 10:37:42 PM10/26/10
to Clojure
Is there still a complete jar somewhere that has all the modules? If
so, I can't seem to find it. Or is that a thing of the past now?

On Oct 26, 6:03 pm, Stuart Sierra <the.stuart.sie...@gmail.com> wrote:
> blah

Jacek Laskowski

unread,
Oct 27, 2010, 2:25:23 AM10/27/10
to clo...@googlegroups.com
On Wed, Oct 27, 2010 at 4:37 AM, Btsai <benny...@gmail.com> wrote:
> Is there still a complete jar somewhere that has all the modules?  If
> so, I can't seem to find it.  Or is that a thing of the past now?

s/complete/standalone :-)

I believe it's http://build.clojure.org/releases/org/clojure/contrib/standalone/1.3.0-alpha2/standalone-1.3.0-alpha2.jar.
It seems to work with Clojure 1.3.0-alpha2 and c.c.monads. It contains
clj's and classes.

wget -O clojure-contrib-1.3.0-alpha2.jar
http://build.clojure.org/releases/org/clojure/contrib/standalone/1.3.0-alpha2/standalone-1.3.0-alpha2.jar
and update your launch script for REPL.

I wish there'd be a link to a zip distro in Developer Releases
alongside w/ the Clojure zip file itself. Is it already provided by
the mvn-based build?

Jacek

--
Jacek Laskowski
Notatnik Projektanta Java EE - http://jaceklaskowski.pl

Btsai

unread,
Oct 27, 2010, 2:59:49 AM10/27/10
to Clojure
Ah, excellent. Thank you :)

On Oct 27, 12:25 am, Jacek Laskowski <ja...@laskowski.net.pl> wrote:
> On Wed, Oct 27, 2010 at 4:37 AM, Btsai <benny.t...@gmail.com> wrote:
> > Is there still a complete jar somewhere that has all the modules?  If
> > so, I can't seem to find it.  Or is that a thing of the past now?
>
> s/complete/standalone :-)
>
> I believe it'shttp://build.clojure.org/releases/org/clojure/contrib/standalone/1.3.....
> It seems to work with Clojure 1.3.0-alpha2 and c.c.monads. It contains
> clj's and classes.
>
> wget -O clojure-contrib-1.3.0-alpha2.jarhttp://build.clojure.org/releases/org/clojure/contrib/standalone/1.3....

Jacek Laskowski

unread,
Oct 27, 2010, 3:05:32 AM10/27/10
to clo...@googlegroups.com
On Wed, Oct 27, 2010 at 8:59 AM, Btsai <benny...@gmail.com> wrote:
> Ah, excellent.  Thank you :)

No problem. To be honest, I had not known it either until you asked,
but since I needed it too I dug deeper :-) Thank you.

Stuart Sierra

unread,
Oct 27, 2010, 9:21:00 AM10/27/10
to Clojure
Yes, to get one big JAR containing all of clojure-contrib, you can
depend on:

groupId: org.clojure.contrib
artifactId: standalone
version: 1.3.0-alpha2

Or in Leiningen: [org.clojure.contrib/standalone "1.3.0-alpha2"]


To get lots of little JARs for each of the contrib libraries, you can
depend on:

groupId: org.clojure.contrib
artifactId: complete
version: 1.3.0-alpha2

Or in Leiningen: [org.clojure.contrib/complete "1.3.0-alpha2"]


To get just a single library, check out the list at
http://build.clojure.org/releases/org/clojure/contrib/
and depend on:

groupId: org.clojure.contrib
artifactId: NAME-OF-THE-LIBRARY
version: 1.3.0-alpha2

Or in Leiningen: [org.clojure.contrib/NAME-OF-THE-LIBRARY "1.3.0-
alpha2"]

-S

Btsai

unread,
Oct 27, 2010, 3:14:58 PM10/27/10
to Clojure
Thanks, that's great info to have :) Although I have to confess that
I'm still doing only small exploratory projects, so I haven't gotten
my feet wet with build systems like maven or lein yet.

On Oct 27, 7:21 am, Stuart Sierra <the.stuart.sie...@gmail.com> wrote:
> Yes, to get one big JAR containing all of clojure-contrib, you can
> depend on:
>
>   groupId: org.clojure.contrib
>   artifactId: standalone
>   version: 1.3.0-alpha2
>
>   Or in Leiningen: [org.clojure.contrib/standalone "1.3.0-alpha2"]
>
> To get lots of little JARs for each of the contrib libraries, you can
> depend on:
>
>   groupId: org.clojure.contrib
>   artifactId: complete
>   version: 1.3.0-alpha2
>
>   Or in Leiningen: [org.clojure.contrib/complete "1.3.0-alpha2"]
>
> To get just a single library, check out the list athttp://build.clojure.org/releases/org/clojure/contrib/
Reply all
Reply to author
Forward
0 new messages