Re: AOT classes with clj files on classpath causing ClassNotFoundException

2016-10-13 Thread Piotr Bzdyl
Thank you all for the replies - now I understand where the problem comes from. Best regards, Piotr -- 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

AOT classes with clj files on classpath causing ClassNotFoundException

2016-10-12 Thread Piotr Bzdyl
Hello, I am trying to solve an issue in my project where I have the following setup. My application modules are AOT-compiled into several jars and then packaged with their 3rd party dependencies into an uberjar. As a result my uberjar contains my project's namespaces compiled to class files