Re: Lein uberjar hangs when swank is required in the namespace.

2011-08-26 Thread Rob Wolfe
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:

Re: Lein uberjar hangs when swank is required in the namespace.

2011-08-25 Thread Lars Rune Nøstdal
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

Re: Lein uberjar hangs when swank is required in the namespace.

2011-05-06 Thread J.R. Garcia
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" >