Just to clarify a couple of things concerning my last post:

Strictly speaking, the ClassNotFoundException is not the result of the 
order of namespaces in the :aot sequence in project.clj, but from the fact 
that if I start from a clean state with no compiled namespaces, then when 
the first namespace is compiled, the second has not yet been compiled, so 
there are no .class files for that namespace yet.  That's why I can solve 
the problem by deleting the ^student.Students type hint in the argument 
list for step() in Student.clj, compiling everything, and then recompiling 
Student.clj with the type hint added back, after I've compiled Students.clj.

I don't view the links I provided as a substitute for providing a minimal 
working example, as Gary requested.  I might post an MWE later.  No time 
now.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to