Fork me on GitHub
#tools-deps
<
2020-05-09
>
dpsutton16:05:33

i'm trying to get a repl up and running in the tools.deps repo and running into a class not found exception for clojure.tools.deps.alpha.util.S3TransporterFactory. This seems quite reasonable but I don't see any instructions on how to build the java portion of this project. Does anyone know what incantation i need to provide to have this class on the classpath?

Alex Miller (Clojure team)17:05:27

the project is built with mvn package

seancorfield17:05:10

All Contrib libraries are, yes?

Alex Miller (Clojure team)17:05:12

you can use mvn to get a repl too with mvn clojure:repl but it's a pretty crappy repl

Alex Miller (Clojure team)17:05:03

I typically use it as a maven project in Cursive

dpsutton17:05:41

ah. i'm learning cursive and reflexively imported it as a deps project. i'll figure out how to switch that

dpsutton17:05:26

thanks much