> 3) Try to launch the repl, but that fails. Seems to be a classpath > issue, looks like Leiningen is not finding the Clojure JAR file. Any > idea what this might be? > raju@titan:~/test/one$ lein repl > Exception in thread "main" java.lang.RuntimeException: > java.lang.NoSuchMethodError: > clojure.lang.KeywordLookupSite.<init>(ILclojure/lang/Keyword;)V That's strange, when I delete clojure-1.3.0.jar in one/lib/dev, I can launch the repl and (go):
raju@titan:~/test/one$ rm lib/dev/clojure-1.3.0.jar raju@titan:~/test/one$ lein repl REPL started; server listening on localhost port 38304 Type (go) to launch the development server and setup a browser-connected REPL. Type (dev-server) to launch only the development server. one.sample.repl=> (go) 2012-01-26 01:20:39.364:INFO::Logging to STDERR via org.mortbay.log.StdErrLog "Type: " :cljs/quit " to quit" 2012-01-26 01:20:39.365:INFO::jetty-6.1.25 2012-01-26 01:20:39.374:INFO::Started SocketConnector@0.0.0.0:8080 ClojureScript:cljs.user> -- 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