I'm trying to use Himera as a library, to compile clojurescript forms I'm getting from somewhere.
In my project, I also have clojurescript files that I want to compile with other means, using cljsbuild and/or noir-cljs. The issue is, having Himera on the classpath is making this impossible. The typical failure is the "java.lang.AssertionError: Assert failed: Can't recur here" exception. Or, even stranger errors. For instance, if I fire up the repl, and invoke cljsc/build directly, sometimes I get "Parse error. XML runtime not available" I've set my exclusions so that there's only a single copy of the clojurescript jar. (I've tried versions down to 971 to no avail) I can just extract/replicate the desired bits of code into my own project (and I will if there is no solution forthcoming), but I would like to understand why this is happening. -- 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