Re: Trying to use CDT on 1.3.0

2011-12-10 Thread Ulises
Alternatively you can just do: $ lein plugin install swank-clojure 1.3.3 and have swank across projects without having to add your :dev-dependencies for each one. U -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email t

Re: Trying to use CDT on 1.3.0

2011-12-09 Thread Linus Ericsson
Swank is not built in by default. Have you added a :dev-dependencies [[swank-clojure "1.4.0-SNAPSHOT"]] map entry to project.clj and runned lein deps and the lein swank? (1.4.0-SNAPSHOT worked for me a few days ago, maybe 1.4.0 is out sooner or later) /Linus 2011/12/9 Richard "Tiger" Melville

Re: Trying to use CDT on 1.3.0

2011-12-09 Thread Richard "Tiger" Melville
New to lein, coming from SBCL where slime setup is effortless! Any ideas why this fundamental step is failing? bash-4.1$ lein version Leiningen 1.6.1 on Java 1.6.0_25 Java HotSpot(TM) Client VM bash-4.1$ lein swank That's not a task. Use "lein help" to list all tasks. bash-4.1$ -- You receive

Re: Trying to use CDT on 1.3.0

2011-09-25 Thread Brent Millare
Hi George, I maintain my own dependency management software. Could you elaborate on what the classpath would look like, for both the client and the debugger? In the future I may want to extend CDT to a non-slime solution. -Brent On Sep 25, 2:09 pm, George Jahad wrote: > This is the most up-to-d

Re: Trying to use CDT on 1.3.0

2011-09-25 Thread George Jahad
This is the most up-to-date documentation: http://georgejahad.com/clojure/swank-cdt.html Is that what you are using? g On Sep 22, 1:25 pm, Brent Millare wrote: > Hmm, I think it was a version mismatch for target repl and debug repl. > So it works now. > > New issue though, I'm running through th

Re: Trying to use CDT on 1.3.0

2011-09-22 Thread Brent Millare
Hmm, I think it was a version mismatch for target repl and debug repl. So it works now. New issue though, I'm running through the breakpoint example and I'm getting an error. The source file doesn't load upon reaching a breakpoint. I have set cdt-dir and cdt-source-path (setq cdt-dir "/home/use

Trying to use CDT on 1.3.0

2011-09-22 Thread Brent Millare
Hi I'm trying to use the clojure debugging toolkit but I'm getting an exception when I reach a breakpoint. exception in event handler java.lang.RuntimeException: java.util.zip.ZipException: error in opening zip file. You may need to restart CDT Anyone know what's going on? Best, Brent -- You r