Gert Verhoog <m...@gertalot.com> writes: > 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.
This is actually already mentioned, but I'll try to make it clearer. Do you think this is good? > Since swank-clojure 1.3.4, having versions of clj-stacktrace older > than 0.2.4 in your project or user-level plugins will cause `Unable to > resolve symbol: pst-elem-str` errors. Keep in mind that user-level > plugins in `~/.lein/plugins` are uberjars in Leiningen 1.x, so it's > possible that one of your plugins (such as `lein-difftest` before > version 1.3.7) contains an old clj-stacktrace even if it doesn't have > its own file there. Specifying a newer version should be enough if > you're having trouble: > > :dependencies [[clj-stacktrace "0.2.4"]] The :exclusions line shouldn't be necessary. -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