On Tue, Oct 5, 2010 at 8:04 PM, Sean Corfield <seancorfi...@gmail.com> wrote: > Cool. FWIW, I did a git clone, lein deps, lein install and it didn't > work until I did lein uberjar and manually copied the standalone JAR > into the maven repo. Perhaps that's because I did a lein self-install > on the SNAPSHOT?
lein install is not part of the process; not sure where that's coming from. It's necessary to distinguish between bin/lein from within the checkout and older versions of lein that you may have installed previously (referred to in the docs as "lein-stable"). If "lein-stable deps" doesn't work with a fresh checkout, please file a bug report. That's the only thing you need to do to bootstrap a checkout. > One thing I noticed (with both the recent standalone and what's in > git), when I press ^D to exit the repl, I get this exception: > > Exception in thread "Thread-4" java.lang.RuntimeException: > java.lang.IndexOutOfBoundsException > at clojure.lang.AFn.run(AFn.java:28) > at java.lang.Thread.run(Thread.java:613) > Caused by: java.lang.IndexOutOfBoundsException > at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:132) > at java.io.OutputStreamWriter.write(OutputStreamWriter.java:191) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at > sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at java.lang.reflect.Method.invoke(Method.java:592) > at clojure.lang.Reflector.invokeMatchingMethod(Reflector.java:90) > at clojure.lang.Reflector.invokeInstanceMethod(Reflector.java:28) > at leiningen.repl$copy_out_loop.invoke(repl.clj:56) > at leiningen.repl$connect_to_server$fn__822.invoke(repl.clj:70) Hmm; I can't reproduce that. If you can provide more details please submit a bug report. -Phil -- 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