Shantanu Kumar <kumar.shant...@gmail.com> writes:

Hi!

> Autodoc is superb! However having run into dependency issues with
> Autodoc myself, I think it would be cool if you can specify Clojure
> and Contrib JARs as only dev-dependencies so that they don't clash
> with the ones the user depends on too. Just an idea.

I've tried that, but then I get

--8<---------------cut here---------------start------------->8---
Exception in thread "main" java.lang.UnsupportedOperationException: Cannot 
recur across try, compiling:(clojure/contrib/find_namespaces.clj:61)
        at clojure.lang.Compiler.analyzeSeq(Compiler.java:6357)
        ...
Caused by: java.lang.UnsupportedOperationException: Cannot recur across try
        at clojure.lang.Compiler$RecurExpr$Parser.parse(Compiler.java:6045)
        at clojure.lang.Compiler.analyzeSeq(Compiler.java:6350)
        ... 85 more
Compilation failed.
--8<---------------cut here---------------end--------------->8---

when running "lein jar" and "lein compile" in the autodoc project.

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

Reply via email to