boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
flyboarder 2019-08-13T00:14:54.023200Z

im not familiar with that issue when importing jars

2019-08-13T08:17:04.025Z

@pleasetrythisathome It sounds like either a specific timbre issue or some missing class included in the uberjar. As far as boot goes, I have noticed that there are cases where you have to use (:aot :all true) to make sure there is nothing missing (e.g. https://github.com/dundalek/closh/blob/master/build.boot#L16)

2019-08-13T09:26:35.025700Z

I usually do aot before uber although I don’t know if this is an issue

2019-08-13T09:37:48.026Z

hmm good point, not sure actually