tools-deps

Discuss tools.deps.alpha, tools.build, and the clj/clojure command-line scripts! See also #depstar #clj-new
kenny 2020-07-27T15:20:21.044600Z

@alexmiller While that may be happening, the S3 Maven dep approach would result in a classnotfound exception when loading dev-local in the REPL (something with fressian). Switching to local/root with the jar does not result in the classnotfound. I also uploaded a pom to S3 and that approach did not result in a classnotfound.

alexmiller 2020-07-27T16:01:52.044900Z

what jar are you talking about wrt s3?

alexmiller 2020-07-27T16:02:00.045100Z

dev-local?

alexmiller 2020-07-27T16:02:32.045300Z

if so, what you're saying makes sense

alexmiller 2020-07-27T16:03:26.046100Z

afaik, maven will use the pom to report deps (which is a layer that clj is going through for that)

kenny 2020-07-27T16:04:13.046300Z

Yes - dev-local.

kenny 2020-07-27T16:05:49.047500Z

To be clear, here's what works and doesn't work. S3 jar - classnotfound S3 jar, jar md5 - classnotfound S3 jar, jar md5, pom - works local/root jar - works

alexmiller 2020-07-27T17:23:18.047800Z

yeah, that makes sense to me. sorry I didn't understand what you were doing earlier

alexmiller 2020-07-27T17:23:31.048100Z

local/root jar will use the pom inside the jar