ted <tedbra...@gmail.com> writes: > I've installed Leiningen but when I try to do "lein plugin install > swank-clojure 1.3.1" or "lein plugin install lein-oneoff 0.2.0" I get > "[INFO] unable to find resource > 'swank-clojure:swank-clojure:jar:1.3.1' in repository central (http:/ > /repo1.maven.org/maven2)" (or equivalent for lein-oneoff)
This is not an error; it's telling you it can't find it in one repository, so it downloads it from another repository instead. Are there any actual error messages when you try to use the plugins? > It is very likely that I have old versions of Clojure floating around > on my machine as I've played around with Clojure in the past. (I'd > like to get rid of the old versions but not sure in which > directory(/ies) they have been installed The way Leiningen works you don't have to worry about old versions floating around other than in your ~/.lein/plugins directory; everything else is isolated; only the dependencies you declare in project.clj will affect the current project. -Phil -- 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