Fork me on GitHub
#leiningen
<
2017-10-23
>
shaun-mahood21:10:26

Has anyone successfully used https://github.com/s3-wagon-private/s3-wagon-private ? I'm doing something wrong, but I'm not sure how to tell if my project can actually see the dependencies in my JAR files or not (it's my first time needing to use real java interop, plus they aren't on Maven, plus I think they're reasonably complicated dependencies)

kennytilton22:10:45

I just got a new MacBook and am trying to set up my CLJ environment again. First problem is leiningen/java mismatch:

`MacBook-Pro:my-stuff kennethtilton$ lein -v
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by dynapath.defaults$eval380$fn__381 to method java.net.URLClassLoader.addURL(java.net.URL)
WARNING: Please consider reporting this to the maintainers of dynapath.defaults$eval380$fn__381
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Leiningen 2.8.0 on Java 9.0.1 Java HotSpot(TM) 64-Bit Server VM
` I saw sth saying java 9.0.1 would be a problem with CLJ 1.9, but this is just running "lein -v". Anyway, I am not looking for trouble: should I fall back to lein 2.7.x and/or Java 8?

kennytilton22:10:19

Ah, looks like it is not a leiningen issue, saw it something else built with clojure. Back to Java 8?

Alex Miller (Clojure team)23:10:40

It's a Java 9 issue related to dynapath via lein I gen