tolitius / boot-check

check, analyze and inspect Clojure/Script code
Eclipse Public License 1.0
70 stars 9 forks source link

Could not locate boot/core__init.class or boot/core.clj on classpath. #1

Closed alexander-yakushev closed 8 years ago

alexander-yakushev commented 8 years ago

I can't use any command from boot-check because I get this exception. Apparently the pod cannot load boot.core. Any ideas?

tolitius commented 8 years ago

looks like a boot-core dep might be missing from your build.boot.

I just created a check boot check, so you can clone and run. Let me know if it solves it.

alexander-yakushev commented 8 years ago

Thanks! It was that, and also I had boot 2.4.2 in my boot.properties.