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

Introduce jps-plugin project type #106

Closed
zolotov opened this issue Jun 8, 2016 · 5 comments
Closed

Introduce jps-plugin project type #106

zolotov opened this issue Jun 8, 2016 · 5 comments
Assignees
Milestone

Comments

@zolotov
Copy link
Member

zolotov commented Jun 8, 2016

Gradle plugin should be able to distinguish JPS-plugin and exclude from its classpath any IDEA jars but jps-builders.jar, jps-model.jar, util.jar and some others (todo)

See for details ignatov/intellij-erlang#727

@Virtlink
Copy link

Virtlink commented Sep 2, 2016

I need this as well. And for a separate JPS project the IntelliJ tasks are also not needed. Just the dependencies, I think.

By the way, is there a manual way to add a dependency to IntelliJ for my JPS project for the time being?

@zolotov
Copy link
Member Author

zolotov commented Sep 2, 2016

This plugin adds IntelliJ dependency to any project. What do you mean by manual way?

@Virtlink
Copy link

Virtlink commented Sep 2, 2016

Well, I have an IntelliJ project and an JPS project, and a project with functionality common to both. The IntelliJ project will use your plugin, but for the other two projects I think I need only the IntelliJ dependencies and not any of the other features and tasks provided by your plugin. Should I use your plugin there anyway, or is there a manual way to add just the IntelliJ dependency to my Gradle script?

@zolotov
Copy link
Member Author

zolotov commented Sep 2, 2016

Should I use your plugin there anyway

I think this is the easiest way. However, you can repeat what the plugin does manually. To do this you should add dependency on IDEA in https://www.jetbrains.com/intellij-repository/releases repository, download zip, unpack it and attach all needed jars to your project.

@zolotov
Copy link
Member Author

zolotov commented Oct 2, 2016

In 0.2-SNAPSHOT JPS-type for IDEA dependency is introduced

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