JetBrains / la-clojure

Clojure plugin for IntelliJ IDEA
Apache License 2.0
220 stars 49 forks source link

Error opening lein project with IDEA 13 #73

Closed esp1 closed 10 years ago

esp1 commented 10 years ago

I just installed IDEA 13 and the la clojure and leiningen plugins. When I try to import a lein project, I get the following error:

Error Loading Default Project createComponent() returns null for: class com.injellij.execution.RunManager

esp1 commented 10 years ago

Furthermore I am unable to open or create new projects from the welcome screen with these plugins enabled.

hjrnunes commented 10 years ago

Same for me.

IDEA 13.0 Build 133.193, OS X 10.9

Alefas commented 10 years ago

I updated plugin to version 0.7.61, which is compatible with IDEA 13.

esp1 commented 10 years ago

This does not seem to have fixed the issue at all. I am getting the same error when trying to open a lein project.

On Mon, Dec 9, 2013 at 2:25 AM, Alexander Podkhalyuzin notifications@github.com wrote:

Closed #73.

Reply to this email directly or view it on GitHub: https://github.com/JetBrains/la-clojure/issues/73

mstarzyk commented 10 years ago

The Leiningen plugin in Idea plugin manager is quite old (version 0.0.3 from July 2010). I built the latest version (0.3.4) from sources (https://github.com/derkork/intellij-leiningen-plugin.git) and imported a project.clj without problems. When building the Leiningen plugin I followed the instructions in README, but also needed to enable the "UI Designer" plugin, it did not work without that. Hope this helps, Maciek

esp1 commented 10 years ago

Thanks. Is building from source the only recourse or will an updated version be available in the Idea plugin manager? Also, according to the github link the intellij-leiningen plugin is no longer being actively maintained..

On Mon, Dec 9, 2013 at 4:39 PM, mstarzyk notifications@github.com wrote:

The Leiningen plugin in Idea plugin manager is quite old (version 0.0.3 from July 2010). I built the latest version (0.3.4) from sources ( https://github.com/derkork/intellij-leiningen-plugin.git) and imported a project.clj without problems. When building the Leiningen plugin I followed the instructions in README, but also needed to enable the "UI Designer" plugin, it did not work without that. Hope this helps, Maciek

— Reply to this email directly or view it on GitHubhttps://github.com/JetBrains/la-clojure/issues/73#issuecomment-30176262 .

Alefas commented 10 years ago

intellij-leiningen is third-party plugin, please contact to authors.