Ah, that's all it was. I thought it was available after I saw someone
suggest using clojure 1.2. After changing to use RC3, swank
(especially swank.core/break) works beautifully. Thanks!

On Aug 16, 11:23 am, Saul Hazledine <[email protected]> wrote:
> Aug 16, 8:03 pm, Alan <[email protected]> wrote:
>
>
>
> > $ cat project.clj
> > (defproject ddsolve "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"]])
>
> You're doing everything right - its just Clojure 1.2 hasn't been
> released yet. I'm currently using RC3 within Leiningen without any
> problems:
>
> [org.clojure/clojure "1.2.0-RC3"]
> [org.clojure/clojure-contrib "1.2.0-RC3"]
>
> Saul

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

Reply via email to