If I set the compiler to compile all Clojure namespaces, I get the following very uninformative error:
Error:clojure: java.lang.ExceptionInInitializerError, compiling:(my_test_ns.clj:1:1)
my_test_ns is under test/clojure in the maven module.
The workaround is to explicitly exclude all test namespaces in the compiler, after which I'm still able to actually run the tests in the REPL with no problems.
If I set the compiler to compile all Clojure namespaces, I get the following very uninformative error:
Error:clojure: java.lang.ExceptionInInitializerError, compiling:(my_test_ns.clj:1:1)
my_test_ns is under test/clojure in the maven module.
The workaround is to explicitly exclude all test namespaces in the compiler, after which I'm still able to actually run the tests in the REPL with no problems.