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
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
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
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'
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:
>
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.
>
>
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