Fork me on GitHub
#admin-announcements
<
2015-08-30
>
rauh14:08:01

I'm going insane. I can't load clojure.tools.reader (NoClassDefFound) when I have [leiningen "2.5.2"] in my :dependencies. Removing it and it works just fine. Anybody have a clue?

meow15:08:46

@rauh: @jrychter was talking about similar problem

meow15:08:16

on the #C03S1L9DN channel

rauh15:08:23

I have a feeling it's got to do with AOT compilation.

meow15:08:11

I have no clue, sorry.

bronsa17:08:11

@rauh probably a version clash

rauh17:08:00

I do have c.t.reader in my exclusions. It's strange. The classpath also has the latest version

jrychter18:08:47

@rauh: I've been fighting similar problems for 2 hours today and lost. My main conclusion is that including leiningen in your project is a recipe for disaster. Tomorrow I plan to remove it (I only need it to start figwheel, as in the chestnut template).

rauh18:08:40

@jrychter: Yeah I'll have to agree with you. I ditched it too. Little lost.

jrychter18:08:56

But overall my leiningen seems to be having a bad day, as even typing "lein new x" produces "java.io.FileNotFoundException: Could not locate clojure/data/priority_map__init.class or clojure/data/priority_map.clj on classpath.".