On Sep 24, 8:09 am, Stuart Sierra <the.stuart.sie...@gmail.com> wrote: > I have deployed release 1.3.0-alpha1 of clojure-contrib. > > This is the first public release of the modularized clojure-contrib. > > If you just want one big JAR file, download it > fromhttp://github.com/clojure/clojure-contrib/downloads > > If you want JARs for individual modules, look > athttp://build.clojure.org/releases/org/clojure/contrib/ > > That list of modules is copied below. If you want to depend on a > particular module in your Leiningen / Maven / Ivy project, use the > following coordinates: > > Group ID: org.clojure.contrib > Artifact ID: (the module name) > Version: 1.3.0-alpha1 > > For example, to depend on clojure.contrib.datalog in a Leiningen > project, your project.clj will look like this: > > (defproject foo "1.0.0" > :dependencies > [[org.clojure.contrib/datalog "1.3.0-alpha1"] > ...]) > > If you just want to depend on all of clojure-contrib, you *should* be > able to do it by depending on the "complete" module. Right now, this > doesn't seem to work in Leiningen unless you add :classifier "bin" to > the dependency. I think this is because Leiningen doesn't fully > understand "pom"-style dependencies, but I'm not entirely sure.
As of yesterday, the "complete" dependency still doesn't work with Maven unless you add <classifier>bin</classifier>. [1] [2] As of today, I can't even manage to pull individual libs. I thought this was how to fetch clojure.contrib.sql, but it fails. [3] I'd appreciate some help if I'm doing something incorrectly. --Brian [1] http://groups.google.com/group/clojure/msg/b95bb37a64158e03 [2] http://gist.github.com/594252 [3] http://gist.github.com/595895 -- 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