Re: swank-clojure-1.1.0.jar

2010-09-29 Thread Christian Guimaraes
Hi, I'm using this "arcaic" method because I'm installing this stack in a machine behind proxy restrictions. I tried the way you has explained, but I couldn't get success dowloading the deps (swank-clojure-1.2.1.jar) in the project.clj when running "lein deps". -- christian On Tue, Sep 28, 2010

Re: swank-clojure-1.1.0.jar

2010-09-28 Thread Phil Hagelberg
On Tue, Sep 28, 2010 at 2:30 PM, Christian Guimaraes wrote: > Thanks Joost, > > after fighting some hours with this stack (Clojure + Swank + Slime), finally > I could to put them to work together. Where did you find the documentation telling you to use this method rather than M-x slime-connect? I

Re: swank-clojure-1.1.0.jar

2010-09-28 Thread Christian Guimaraes
s the > > > > (concat "http://repo.technomancy.us/"; > > "swank-clojure-1.1.0.jar") > > > > in the swank-clojure.el > > > > this repo no longer exists. > > > > -- christian > > That's because swank-cl

Re: swank-clojure-1.1.0.jar

2010-09-28 Thread Joost
Christian Guimaraes wrote: > Hi, > > the problem is the > > (concat "http://repo.technomancy.us/"; > "swank-clojure-1.1.0.jar") > > in the swank-clojure.el > > this repo no longer exists. > > -- christian That'

Re: swank-clojure-1.1.0.jar

2010-09-28 Thread Christian Guimaraes
Hi, the problem is the (concat "http://repo.technomancy.us/"; "swank-clojure-1.1.0.jar") in the swank-clojure.el this repo no longer exists. -- christian On Tue, Sep 28, 2010 at 12:59 PM, Joost wrote: > > > Christian Guimaraes wrote: >

Re: swank-clojure-1.1.0.jar

2010-09-28 Thread Joost
Christian Guimaraes wrote: > Hello all, > > Where can I download swank-clojure-1.1.0.jar? My attempts to compile (using > lein jar) are failing. I think is due to the repositories location. > > Or, better, how can I fix the repositories in the swank-clojure code. > >

swank-clojure-1.1.0.jar

2010-09-28 Thread Christian Guimaraes
Hello all, Where can I download swank-clojure-1.1.0.jar? My attempts to compile (using lein jar) are failing. I think is due to the repositories location. Or, better, how can I fix the repositories in the swank-clojure code. Thanks. -- christian guimaraes -- You received this message because