Your project.clj probably has unmatched brackets, this error means it hit the end of a file it was reading while still scanning for a closing bracket.
Hello everyclojurer!Today I have problem with installing lein on WinXP.Lein run just fine in any folder, except it is a folder with project.If I run 'lein repl' or 'lein run' then I get this error:D:\lein\helloworld>lein runException in thread "main" clojure.lang.LispReader$ReaderException: java.lang.RuntimeException: EOF while reading stringat clojure.lang.LispReader.read(LispReader.java:220)at clojure.core$read.invoke(core.clj:3407)at clojure.core$read.invoke(core.clj:3405)at clojure.main$eval_opt$fn__6602.invoke(main.clj:306)at clojure.main$eval_opt.invoke(main.clj:306)at clojure.main$initialize.invoke(main.clj:327)at clojure.main$script_opt.invoke(main.clj:353)at clojure.main$main.doInvoke(main.clj:440)at clojure.lang.RestFn.invoke(RestFn.java:619)at clojure.lang.Var.invoke(Var.java:445)at clojure.lang.AFn.applyToHelper(AFn.java:202)at clojure.lang.Var.applyTo(Var.java:532)at clojure.main.main(main.java:37)Caused by: java.lang.RuntimeException: EOF while reading stringat clojure.lang.Util.runtimeException(Util.java:219)at clojure.lang.LispReader$StringReader.invoke(LispReader.java:461)at clojure.lang.LispReader.readDelimitedList(LispReader.java:1148)at clojure.lang.LispReader$ListReader.invoke(LispReader.java:982)at clojure.lang.LispReader.readDelimitedList(LispReader.java:1148)at clojure.lang.LispReader$ListReader.invoke(LispReader.java:982)at clojure.lang.LispReader.readDelimitedList(LispReader.java:1148)at clojure.lang.LispReader$ListReader.invoke(LispReader.java:982)at clojure.lang.LispReader.readDelimitedList(LispReader.java:1148)at clojure.lang.LispReader$ListReader.invoke(LispReader.java:982)at clojure.lang.LispReader.read(LispReader.java:185)... 12 moreAny Ideas what goes wrong?--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clo...@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+u...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
---
You received this message because you are subscribed to the Google Groups "Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email to clojure+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You received this message because you are subscribed to a topic in the Google Groups "Clojure" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/clojure/a7XppadjUzM/unsubscribe?hl=en.
To unsubscribe from this group and all its topics, send an email to clojure+u...@googlegroups.com.