Fork me on GitHub
#boot
<
2019-08-13
>
flyboarder00:08:54

im not familiar with that issue when importing jars

jeroenvandijk08:08:04

@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)

nha09:08:35

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

jeroenvandijk09:08:48

hmm good point, not sure actually