Ah finally, some progress. This is very relieving, I'm not that crazy it 
seems. It's enough for me to fix my cljs tools for now. Thank you.

On Wednesday, December 5, 2012 8:35:26 AM UTC-5, Herwig Hochleitner wrote:
>
> I can reproduce this.
> When I replace lib/goog.jar with google-closure-library-0.0-2029.jar, 
> however, it works. No idea why (seriously, why?).
>
> git clone git://github.com/clojure/clojurescript.git
> cd clojurescript
> ./script/bootstrap
> rm lib/goog.jar
> cp 
> ~/.m2/repository/org/clojure/google-closure-library/0.0-2029/google-closure-library-0.0-2029.jar
>  
> ./lib
> cp 
> ~/.m2/repository/org/clojure/google-closure-library-third-party/0.0-2029/google-closure-library-third-party-0.0-2029.jar
>  
> ./lib
> ./script/repl
>
> Clojure 1.4.0
> user=> (require '[cljs.repl :as repl])
> (require '[cljs.repl.browser :as browser])
> (def env (browser/repl-env)) 
> (repl/repl env) 
>
>

-- 
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