On 28/12/2011, at 2:03 PM, Phil Hagelberg wrote:

> I just pushed out version 1.3.4 of Swank Clojure.

Great stuff, thanks! I ran into the problem with an older clj-stacktrace jar as 
you describe in the documentation, because I'm including [ring "1.0.1"] in my 
project.clj, which uses clj-stacktrace 0.2.2 instead of 0.2.4. Since ring is a 
fairly popular piece of software it might be worth considering mentioning this 
in your documentation (in addition to the note about incanter and an older 
clj-stacktrace)? I changed my ring dependencies in project.clj into this, which 
works:

  [clj-stacktrace "0.2.4"]
  [ring "1.0.1" :exclusions [clj-stacktrace]]

cheers,
gert

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