Luc Prefontaine <lprefonta...@softaddicts.ca> writes: [...]
> Just add: > > [org.clojure/tools.trace "0.7.1"] > > to your dependency list in your project.clj. > > This should be a straight replacement for clojure.contrib.trace in your code. > > If you find suggestions/improvements it's time to let me know about them. > > Src code and README at: > > https://github.com/clojure/tools.trace It seems that instead of """ #Usage: (ns your-namespace (:require tools.trace)) """ it should be: """ #Usage: (ns your-namespace (:require clojure.tools.trace)) """ Br, Rob -- 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