On 25 Sie, 23:10, Lars Rune Nøstdal wrote:
> It's hanging here too, but I have no idea why; I'm not including swank.
>
> Is there any "verbose mode" for lein?
Maybe there is some problem with network (firewall or something)
and you can not get jars from remote repository.
Does it work for you:
It's hanging here too, but I have no idea why; I'm not including swank.
Is there any "verbose mode" for lein?
--
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 membe
Are you sure you really want/need swank as a dependency? If you just
need to run swank for interactive development put it in dev-
dependencies.
On May 6, 12:22 pm, Trastabuga wrote:
> Hi
>
> I got a problem including swank into the project.
> I created a simple test project with "lein new test"
>