Here's the magic incantation I've been using:

[org.clojure.contrib/complete "1.3.1-SNAPSHOT" :classifier "bin"]

I don't know how official or future-proof that is.

Justin

On Sep 22, 2:02 am, Sean Corfield <seancorfi...@gmail.com> wrote:
> On Fri, Aug 20, 2010 at 7:22 AM, Stuart Sierra
>
> <the.stuart.sie...@gmail.com> wrote:
> > For example, to use the clojure.contrib.macro-utils namespace in your
> > projects, add a dependency on group "org.clojure.contrib", artifact
> > "macro-utils", version "1.3.0-SNAPSHOT".
>
> Having built contrib against clojure 1.2.0 (see my note in another
> thread), I can get individual module dependencies to work in lein like
> this:
>
> >    :dependencies [ ... [org.clojure.contrib/macro-utils "1.3.0-
> > SNAPSHOT"] ...]
>
> However, I can't get the all / complete dependency to work:
>
> > If you want to use ALL contrib libraries, add a dependency on group
> > "org.clojure.contrib", artifact "complete", version "1.3.0-SNAPSHOT".
> > This meta-library depends on all other contrib libraries.
>
> This doesn't work:
>
>   :dependencies [[org.clojure/clojure "1.3.0-master-SNAPSHOT"]
>                         [org.clojure.contrib/complete "1.3.0-SNAPSHOT"]]
>
> I've tried a few other dependencies based on what seems to be in my
> local maven repo (caveat: I don't know maven), and couldn't find
> anything that works.
>
> Everything seems to be 1.3.1-SNAPSHOT but
> [org.clojure.contrib/complete "1.3.1-SNAPSHOT"] doesn't work either.
>
> Suggestions?
> --
> Sean A Corfield -- (904) 302-SEAN
> Railo Technologies, Inc. --http://getrailo.com/
> An Architect's View --http://corfield.org/
>
> "If you're not annoying somebody, you're not really alive."
> -- Margaret Atwood

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