I felt the same way until I realized that downloading clojure straight from the web page was pretty much me "doing it wrong" or attempting to use the "custom install" that I wasn't ready to do yet (not knowing what I was doing).
Leiningen is the "easy" way to get clojure, contrib, everything else, plus properly setup your app to start. Thanks, Peter -----Original Message----- From: Sean Devlin <[email protected]> Sender: [email protected] Date: Wed, 8 Sep 2010 12:38:27 To: Clojure<[email protected]> Reply-To: [email protected] Subject: Re: Standalone 1.2 contrib Laurent, Thank you for the specific help. Rich/Core This is WAY TOO MUCH WORK. The first entries on the download page should be just .JARs, and then below that you could have the zip files you have now. Also, the simple version should be bigger. Here's the rough idea of what I mean <h1> <a href="clojure.jar">Clojure</a> <br /> <a href="clojure-contrib.jar">Contrib</a> </h1> <h2>Source</h2> <p> <a href="clojure.zip">Clojure</a> <br /> <a href="clojure-contrib.zip">Contrib</a> </p> Sean On Sep 8, 3:30 pm, Laurent PETIT <[email protected]> wrote: > look in the target/ dir of the zip ... > > 2010/9/8 Sean Devlin <[email protected]>: > > > Yep. It downloaded a zip file, which needed built. Maven broke. I > > really don't want to mess with maven right now. I just want a contrib > > JAR. > > > On Sep 8, 3:22 pm, Laurent PETIT <[email protected]> wrote: > >> Hi, > > >> Have you followed the Download link from clojure.org ? > > >> 2010/9/8 Sean Devlin <[email protected]>: > > >> > Is there a monolithic standalone contrib jar out there? A download & > >> > forget type of thing? > > >> > -- > >> > You received this message because you are subscribed to the Google > >> > Groups "Clojure" group. > >> > To post to this group, send email to [email protected] > >> > Note that posts from new members are moderated - please be patient with > >> > your first post. > >> > To unsubscribe from this group, send email to > >> > [email protected] > >> > For more options, visit this group at > >> >http://groups.google.com/group/clojure?hl=en > > > -- > > You received this message because you are subscribed to the Google > > Groups "Clojure" group. > > To post to this group, send email to [email protected] > > Note that posts from new members are moderated - please be patient with > > your first post. > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group at > >http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
