This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-12-14
Channels
- # adventofcode (62)
- # beginners (78)
- # boot (26)
- # boot-dev (9)
- # cider (73)
- # cljs-dev (33)
- # cljsrn (36)
- # clojure (159)
- # clojure-android (1)
- # clojure-austin (1)
- # clojure-greece (79)
- # clojure-italy (10)
- # clojure-nl (3)
- # clojure-russia (11)
- # clojure-spec (33)
- # clojure-uk (26)
- # clojurescript (107)
- # core-async (22)
- # core-logic (12)
- # cursive (16)
- # datomic (13)
- # devcards (5)
- # duct (36)
- # emacs (4)
- # figwheel (3)
- # fulcro (107)
- # graphql (171)
- # hoplon (27)
- # instaparse (24)
- # jobs-discuss (34)
- # juxt (3)
- # lein-figwheel (1)
- # leiningen (8)
- # lumo (11)
- # off-topic (9)
- # onyx (79)
- # parinfer (1)
- # pedestal (75)
- # re-frame (27)
- # rum (1)
- # shadow-cljs (11)
- # spacemacs (20)
- # specter (17)
- # unrepl (96)
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)
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.
Never mind. My /lein/profiles.clj contained the voom plugin for historic reasons. I deleted /.lein just in case and now it works
has anyone heard of an issue with channels not working when using lein uberjar vs mvn or lein repl
usually differences like that are because something lazy was forced by a print in the repl
eg. the body of -main is in for
wait - a pom is an xml file describing maven config