Can you clarify?  Maven-aware build tools (e.g. Leiningen) should not
be trying to downlaod the "clojure-contrib:complete" JAR file.
Instead, referencing the "complete" project as a dependency should
transitively give you all its dependencies.  Does that not work?

-S



On Sep 9, 3:47 pm, Brian Carper <briancar...@gmail.com> wrote:
> On Aug 20, 7:22 am, Stuart Sierra <the.stuart.sie...@gmail.com> wrote:
>
> > 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 because as was pointed out on IRC today, there's
> currently a "bin" classifier.   You have to use:
>
> [org.clojure.contrib/complete "1.3.0-SNAPSHOT" :classifier "bin"]
>
> --Brian

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