Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error:(2, 0) Cannot add extension with name 'idea', as there is an extension already registered with that name. #2

Closed
kaluzki opened this issue Jun 18, 2015 · 1 comment
Assignees

Comments

@kaluzki
Copy link

kaluzki commented Jun 18, 2015

I could not use your plugin:

Error:(2, 0) Cannot add extension with name 'idea', as there is an extension already registered with that name.

changing constants in org.jetbrains.intellij.IntelliJPlugin to

private static final CONFIGURATION_NAME = "ideaplus"
private static final EXTENSION_NAME = "ideaplus"

solved this problem (or is it just a symptom?)

I'm a bloody beginner to gradle, groovy and java at all. I wan't just to write a simple idea-plugin for PhpStorm and integrate it in travis-CI. Maybe you can provide some help for me?

@zolotov zolotov closed this as completed in 4e9f68a Jul 1, 2015
@zolotov
Copy link
Member

zolotov commented Jul 1, 2015

Extension was renamed to 'intellij', uploaded 0.4 version.

@zolotov zolotov self-assigned this Dec 5, 2015
mfilippov pushed a commit to mfilippov/gradle-intellij-plugin that referenced this issue Mar 29, 2022
mfilippov pushed a commit to mfilippov/gradle-intellij-plugin that referenced this issue Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants