Tom Faulhaber <tomfaulha...@gmail.com> writes: Hi Tom,
> Autodoc is usually the tool you want, I think. I'm the author of that > tool and I've been very busy on other stuff lately, so I haven't but > together a 1.3 release. That would be awesome. > I'll try to get to that pretty soon so that you'll have something to > use. I don't know why one you built should fail, but I haven't tried > it myself. At first look, maybe it's the new numeric stuff or maybe it > still has a bad dependency chain in it's project.clj. The autodoc-0.8.0-SNAPSHOT.jar I get when I do "lein jar" in the git checkout of the autodoc project contains a lot of class files for external classes but also for clojure-contrib stuff. Maybe the problem is that those are compiled using 1.2 but then run in my project with 1.3? However, "lein deps" in my own clojure-1.3 based project fetches clojure and clojure-contrib 1.2 as autodoc dependency into lib/dev/, so if it does in fact run using 1.3, that might be a problem with lein, too... Is there some simple way of querying lein what clojure version it uses for some task? (If not, I guess I could add a (println *clojure-version*) somewhere in the autodoc code...) Bye, Tassilo -- 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