Hi Joshua, Autodoc depends on clojure 1.1, which Phil has suggested might be a problem (he told me not to depend on a clojure version at all).
Let me pull that dependency and see if that fixes the problem. Is this in your repo on github? Tom On May 1, 7:17 pm, joshua-choi <rbysam...@gmail.com> wrote: > 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 > athttp://groups.google.com/group/clojure?hl=en -- 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