Fork me on GitHub
#leiningen
<
2017-12-14
>
yonatanel11:12:31

Does this looks familiar to anyone? I'm getting this error after upgrading ubuntu to 17.10: clojure.lang.Compiler$CompilerException: java.lang.ClassNotFoundException: org.sonatype.aether.util.version.GenericVersionScheme, compiling:(leiningen/voom.clj:1:1)

yonatanel11:12:29

lein version was 2.7 and I got a similar error, then ran lein upgrade which threw a similar exception (can't remember) and also told me that $CLASSPATH was set by accident but I checked and it was empty. After that I downloaded lein 2.8.1 manually and now I get the above error but without the classpath warning.

yonatanel11:12:54

Never mind. My /lein/profiles.clj contained the voom plugin for historic reasons. I deleted /.lein just in case and now it works

kkruit23:12:44

has anyone heard of an issue with channels not working when using lein uberjar vs mvn or lein repl

noisesmith23:12:31

usually differences like that are because something lazy was forced by a print in the repl

noisesmith23:12:50

eg. the body of -main is in for

kkruit23:12:39

should that be different in a mvn build from a pom generated by lein pom?

noisesmith23:12:39

wait - a pom is an xml file describing maven config