>
>
> I think the problem might also be that the failing tests are Java tests 
> calling Java code, which is trying to call Clojure.
>

Usually I'd have Clojure code consuming Java code; then Java and/or Clojure 
tests consuming compiled code, including classes from gen-class. But given 
the order [Java.Clojure], seems like your Java sources dependent on Clojure 
gen-classes will be out of order; in fact, I'd expect the compile phase to 
fail. You may need to break this up into two projects. Project A has 
Clojure and Java code consumed by Clojure, if any; and project B will have 
Java code that consumes stuff from A, including the gen-classes; and all 
tests.

-- 
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