On Mon, Sep 20, 2010 at 12:08 PM, Eric Schulte <schulte.e...@gmail.com> wrote:
> Having recently upgraded to this newest lein
>
>  $ lein --version
>  Leiningen 1.3.1 on Java 1.6.0_18 OpenJDK Client VM
>
> I notice that the "lein swank" command is no longer supported.

Hi Eric!

The swank command is not built-in to Leiningen, it's provided by the
swank-clojure plugin. You can either add it on a per-project level by
including it in :dev-dependencies in each project.clj or install it
for all projects by manually placing the jar in ~/.lein/plugins.

-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

Reply via email to