boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
dominicm 2018-06-09T16:43:13.000097Z

Isn't there an add-classpath! function?

seancorfield 2018-06-09T16:55:58.000142Z

@dominicm not sure what you're responding to here? Having something on the class path doesn't affect building an uber jar.

dominicm 2018-06-09T16:56:19.000149Z

Really?! Well that sucks.

seancorfield 2018-06-09T17:23:24.000050Z

That was why this thread got started. I don't know if there is a way to tell Boot "Hey, here's a JAR, explode it and put the contents into the JAR file!". Well, short of expanding it into a temporary folder (in the boot-tools-deps code) and adding that folder to :resource-paths maybe... And I'm not sure that's a use case I really want to support anyway.