cambada icon indicating copy to clipboard operation
cambada copied to clipboard

Classes from clojure.data.xml can not be found in produced uberjar

Open DeLaGuardo opened this issue 5 years ago • 0 comments

Dependencies present in cambada and compiled project never appear in the list of compiled classes due to the fact that they are already loaded into the classloader before the compile function is called.

To fix that separate classloader should be created.

DeLaGuardo avatar Oct 08 '18 10:10 DeLaGuardo