Hi, 
I'm trying to make my way through the modern-cljs tutorials and running 
into a blocker:  I'm on tutorial 2 
(https://github.com/magomimmo/modern-cljs/blob/master/doc/tutorial-02.md?.mdown)
  
and when I try lein trampoline cljsbuild repl-listen, I get 

Exception in thread "main" clojure.lang.LispReader$ReaderException: 
java.lang.RuntimeException: EOF while reading, starting at line 1
        at clojure.lang.LispReader.read(LispReader.java:215)
        at clojure.core$read.invoke(core.clj:3346)
        at clojure.core$read.invoke(core.clj:3344)
        at clojure.main$eval_opt.invoke(main.clj:295)
        at clojure.main$initialize.invoke(main.clj:316)
        at clojure.main$script_opt.invoke(main.clj:340)
        at clojure.main$main.doInvoke(main.clj:427)
        at clojure.lang.RestFn.invoke(RestFn.java:930)
        at clojure.lang.Var.invoke(Var.java:460)
        at clojure.lang.AFn.applyToHelper(AFn.java:235)
        at clojure.lang.Var.applyTo(Var.java:532)
        at clojure.main.main(main.java:37)
Caused by: java.lang.RuntimeException: EOF while reading, starting at line 1
        at clojure.lang.Util.runtimeException(Util.java:170)
        at clojure.lang.LispReader.readDelimitedList(LispReader.java:1117)
        at clojure.lang.LispReader$ListReader.invoke(LispReader.java:962)
        at clojure.lang.LispReader.read(LispReader.java:180)
        ... 11 more

I figure the reader is trying to load the project.clj but I'm executing 
from the project's root directory.  I'm using lein 2.0 preview 10 on a 
Windows 7 machine if that matters.


-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to