On Mon, Sep 20, 2010 at 3:08 PM, Eric Schulte <[email protected]>
wrote:
> Hi,
>
> 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.
>
> $ lein swank
> That's not a task. Use "lein help" to list all tasks.
>
> What's the recommended way to start up a clojure server to which I can
> connect with slime?
I don't know if it's the currently recommended way, but I'm using lein swank
with 1.3.1 without issue. Are you sure you have swank in your
:dev-dependencies?
(defproject dummy "1.0.0-SNAPSHOT"
:description "FIXME: write"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]]
*:dev-dependencies [[swank-clojure "1.2.0"]]*)
--
http://www.apgwoz.com
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en