Versions:
- IDEA: 12.0.4
- LaClojure: 0.5.228
I'm developing a mixed Clojure/Java project, with a Clojure main method calling Java and other Clojure code. This project worked in Eclipse. Upon trying to move the project to IntelliJ IDEA, I'm failing with a mysterious error message.
Of my 4 Clojure namespaces, 3 can be individually compiled with Ctrl-Shift-F9
. So can my 3 Java files. But the main Clojure namespace yields:
! Error: Clojure Compiler:
Same thing happens with Rebuild project
, Make module
or Make project
.
If there's an error lurking in my 33 line source that compiling in Eclipse didn't reveal, this error message is surely too scant to reveal it.
Does anyone know how to get the LaClojure-spawned compiler process to give more information?