Re: leiningen with latest clojure

2009-12-19 Thread Andrea Tortorella
having no success. Andrea. On Dec 19, 3:56 am, Alex Osborne a...@meshy.org wrote: defn dev...@gmail.com writes: On Dec 18, 7:00 am, Andrea Tortorella elian...@gmail.com wrote: I'd like to ask how to use leiningen with the latest clojure development new branch, is this possible

Re: leiningen with latest clojure

2009-12-19 Thread Phil Hagelberg
Andrea Tortorella elian...@gmail.com writes: Yes, I'd like to use the new branch not the master one, anyway having this dependency in project.clj: [org.clojure/clojure 1.1.0-new-SNAPSHOT] and using lein repl, I still have 1.1.0-alpha-SNAPSHOT at the repl. That's a bug. Currently due to I/O

leiningen with latest clojure

2009-12-18 Thread Andrea Tortorella
I'm new to the group, I've been following clojure development for a while, and I want to thank rich and you all for the fantastic work. I'd like to ask how to use leiningen with the latest clojure development new branch, is this possible? thanks, Andrea Tortorella -- You received this message

Re: leiningen with latest clojure

2009-12-18 Thread defn
this. I hope that helps. Devin On Dec 18, 7:00 am, Andrea Tortorella elian...@gmail.com wrote: I'm new to the group, I've been following clojure development for a while, and I want to thank rich and you all for the fantastic work. I'd like to ask how to use leiningen with the latest clojure

Re: leiningen with latest clojure

2009-12-18 Thread Alex Osborne
defn dev...@gmail.com writes: On Dec 18, 7:00 am, Andrea Tortorella elian...@gmail.com wrote: I'd like to ask how to use leiningen with the latest clojure development new branch, is this possible? This will pull down 1.1.0-master-SNAPSHOT per the settings in project.clj which is as new