cemerick / austin

The ClojureScript browser-REPL rebuilt stronger, faster, easier.
510 stars 31 forks source link

Inexplicable problems with sample project #60

Closed brehaut closed 10 years ago

brehaut commented 10 years ago

With a fresh clone of the the austin project, the sample project fails for me with the following:

$ lein cljsbuild once      
Compiling ClojureScript. 
Duplicate key: org.clojure/clojure

Commenting out [org.clojure/clojure "1.5.1"] in the project temporarily allows cljsbuild to work. However, when I try to load the repl I get the following:

$  lein repl
nREPL server started on port 53743
REPL-y 0.1.0-beta10
Clojure 1.5.1
…
FileNotFoundException Could not locate cemerick/austin/repls__init.class or cemerick/austin/repls.clj on classpath:   clojure.lang.RT.load (RT.java:443)
cemerick commented 10 years ago

Whoa, what version of lein are you using? I see REPL-y 0.2.1. I'm using 2.3.2, though I've hardly done much diligence re: which versions of Leiningen can be used with Austin (or cljsbuild, for that matter). "Recent" is about as precise a recommendation I have off-hand.

brehaut commented 10 years ago

Leiningen 2.0.0-preview8

wow. thats shamefully old. I'll upgrade pronto

brehaut commented 10 years ago

upgraded to non-precambrian leiningen and my problems have vanished.