On Tue, Oct 5, 2010 at 8:45 PM, Sean Corfield <seancorfi...@gmail.com> wrote:
> OK but that really doesn't explain what I need to do... I think some
> critical step is missing...?

Here's my exact steps:

I renamed my existing lein script to lein-stable. I deleted my local
leiningen maven repo folder to make sure I wasn't picking up anything
odd. I added /Developer/workspace/leiningen/bin to my path then I did:

cd /Developer/workspace
git clone http://github.com/technomancy/leiningen.git
cd leiningen/
lein-stable deps
cd ~/clojure/scratch/
lein clean, deps, test
-- this worked just fine
lein repl

control-D

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)
        at clojure.lang.AFn.run(AFn.java:24)
        ... 1 more

FWIW, lein version reports:

Leiningen 1.4.0-SNAPSHOT on Java 1.5.0_24 Java HotSpot(TM) Client VM
-- 
Sean A Corfield -- (904) 302-SEAN
Railo Technologies, Inc. -- http://getrailo.com/
An Architect's View -- http://corfield.org/

"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood

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