boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
juhoteperi 2018-10-02T08:42:15.000100Z

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

1👍2😁
adamfrey 2018-10-02T18:04:07.000100Z

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.

adamfrey 2018-10-02T18:05:02.000100Z

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

viesti 2018-10-02T18:15:18.000100Z

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

adamfrey 2018-10-02T18:43:35.000100Z

thanks, I'll check it out