This is my project.clj: (defproject fnparse "3.α.3" :description "A library for creating functional parsers in Clojure." :dependencies [[org.clojure/clojure "1.2.0-master-SNAPSHOT"] [org.clojure/clojure-contrib "1.2.0-master- SNAPSHOT"]] :dev-dependencies [[autodoc "0.7.0"]])
I run "lein deps", and it works. But then I run "lein autodoc", and I get the following: [null] #<CompilerException java.lang.ExceptionInInitializerError (autodoc.clj:1)> [null] Make sure autodoc is added as a dev-dependency in your project.clj. Do I need to do something else? -- 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