In need of a way to breakpoint in java code, I decided to look at intellij. 
I tried the directions here:

http://wiki.jetbrains.net/intellij/Getting_started_with_La_Clojure

which don't work. When trying to open a project, it throws:

java.lang.NoSuchMethodError: 
com.intellij.openapi.module.ModifiableModuleModel.newModule(Ljava/lang/String;Lcom/intellij/openapi/module/ModuleType;)Lcom/intellij/openapi/module/Module;
        at 
de.janthomae.leiningenplugin.project.LeiningenProject.reimport(LeiningenProject.java:133)
        at 
de.janthomae.leiningenplugin.project.LeiningenProjectsManager.importLeiningenProject(LeiningenProjectsManager.java:71)
        at 
de.janthomae.leiningenplugin.project.LeiningenProjectBuilder.commit(LeiningenProjectBuilder.java:57)


Tracking down the leinningen plugin project I see that it's dead, and 
points to the cursive project, which has no downloads.

Is there a way to get this working? Or, alternatively, is there a less 
painful way to set a breakpoint in java code from a lein project? My usual 
environment is fireplace. Command line would be great, but I'm not up for 
switching to emacs this week. ;)

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to