On Fri, 2011-11-04 at 14:11 +0100, Hubert Iwaniuk wrote:
> With "Leiningen 1.6.1.1 on Java 1.6.0_26 Java HotSpot(TM) 64-Bit Server VM" 
> executing:
> $ lein plugin install audodoc 0.7.1
> fails advising to download artifact by hand.

Is this copy-pasted from your command line?  Because you misspelled
"autodoc" in the command.

In general, to users of Clojure 1.3 and Leiningen 1.6.1.1, I would
suggest caution with the :dev-dependencies.  Dev deps, if you aren't
using :local-repo-classpath, end up in *both* the Leiningen classpath
and your own classpath.  This is perfectly workable, if you are careful.

Liberal application of :exclusions [org.clojure/clojure] is advised.

-- 
Stephen Compall
^aCollection allSatisfy: [:each|aCondition]: less is better

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