pandeiro / boot-http

A simple HTTP serve task for the Boot build tool
62 stars 34 forks source link

Running `serve` task fails due to implicit dependency on clojure.tools.nrepl #63

Closed pandeiro closed 7 years ago

pandeiro commented 7 years ago
boot.user=> (require '[pandeiro.boot-http :refer [serve]])
nil
boot.user=> (boot (serve))
java.io.FileNotFoundException: Could not locate clojure/tools/nrepl/server__init.class or clojure/tools/nrepl/server.clj on classpath.
clojure.lang.Compiler$CompilerException: java.io.FileNotFoundException: Could not locate clojure/tools/nrepl/server__init.class or clojure/tools/nrepl/server.clj on classpath., compiling:(boot/repl_server.clj:1:1)
pandeiro commented 7 years ago

Don't recall seeing this prior to 0.7.6

edannenberg commented 7 years ago

This seems to be introduced with 0.7.6, see #57 and the related PR #61. Reverted to 0.7.5 for now.

pandeiro commented 7 years ago

Fixed as of 0.8.1