Hi,

This is probably a simple problem but I’m working through the steps in tutorial 
2 and I am up to 
https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-02.md#browser-repl-brepl
 
<https://github.com/magomimmo/modern-cljs/blob/master/doc/second-edition/tutorial-02.md#browser-repl-brepl>

I’m getting the following error and not being too familiar with boot I’m a 
little stumped as to how to fix the class not found error… any pointers?

Marcia:calculator marc$ boot serve -d target watch reload cljs-repl cljs target 
-d target
      clojure.lang.ExceptionInfo: com.cemerick
    data: {:file
           
"/var/folders/rk/jqsvvfwj36v7pt59zg_qk75c0000gn/T/boot.user5943041144087841155.clj",
           :line 5}
java.lang.ClassNotFoundException: com.cemerick
               ...
boot.main/-main/fn   main.clj: 192
   boot.main/-main   main.clj: 192
               ...
  boot.App.runBoot   App.java: 390
     boot.App.main   App.java: 467
               ...
         Boot.main  Boot.java: 258
Marcia:calculator marc$ cat build.boot
(set-env!
 :source-paths #{"src/cljs"}
 :resource-paths #{"html"}

 :dependencies '[[org.clojure/clojure "1.7.0"]
                 [org.clojure/clojurescript "1.7.170"]
                 [adzerk/boot-cljs "1.7.170-3"]
                 [pandeiro/boot-http "0.7.0"]
                 [adzerk/boot-reload "0.4.2"]
                 [adzerk/boot-cljs-repl "0.3.0"]]
                 [com.cemerick/piggieback "0.2.1"]
                 [weasel "0.7.0"]
                 [org.clojure/tools.nrepl "0.2.12"]
)

(require '[adzerk.boot-cljs :refer [cljs]]
        '[pandeiro.boot-http :refer [serve]]
        '[adzerk.boot-reload :refer [reload]]
        '[adzerk.boot-cljs-repl :refer [cljs-repl start-repl]])
Marcia:calculator marc$

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/clojurescript.

Reply via email to