Fork me on GitHub
#boot
<
2018-10-02
>
juhoteperi08:10:15

Boot-cljs-repl is now updated to use new nrepl and piggieback so it should work with Boot 2.8.2: https://clojars.org/adzerk/boot-cljs-repl

😁 8
👍 4
adamfrey18:10:07

I'm running into a problem with boot while trying to use the library JMagick which is an imagemagick wrapper. Weirdly it works just fine with lein and clj but running the exact some code with boot gives a class not found error when trying to instantiate an object which pulls in the native library into the System classloader.

adamfrey18:10:02

I made an example repo with dockerfiles for lein, boot, and clj to illustrate the problem. https://github.com/AdamFrey/boot-jmagick-problem I'd love help from someone who understands boot's classloaders better than I do

viesti18:10:18

no solution but maybe some pointers here: https://github.com/boot-clj/boot/issues/484

adamfrey18:10:35

thanks, I'll check it out