Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Alexander Zolotov
Follow
New articles and posts
New articles, posts, and comments
Total activity
720
Last activity
August 05, 2020 07:18
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (479)
Sort by recent activity
Recent activity
Votes
Created
June 14, 2018 17:52
IntelliJ doesn't download Gradle, it's on you or on Gradle itself. See details here: https://gradle.org/install/
Community
IntelliJ IDEA Open API and Plugin Development
Gradle sync fails in new project
0 votes
Created
June 13, 2018 14:22
Hi, For JSP part you should create a subproject (so it will be a separate jar) and use `intellij.type='JPS'` in it (so it will be compiled against jps-related jars only).
Community
IntelliJ IDEA Open API and Plugin Development
How to configure a compileServer.plugin (BuilderService) using the Gradle IntelliJ plugin?
0 votes
Created
May 22, 2018 21:02
You're welcome! One more hint: upgrade to gradle-intellij-plugin 0.3.1, it will use JetBrains java runtime property.
Community
IntelliJ IDEA Open API and Plugin Development
Unable to run project with multiple plugins
0 votes
Created
May 22, 2018 20:56
Indeed, it is replaced by each prepareSandbox task because you set the very same sandbox directory for every subproject: ``` subprojects { intellij { sandboxDirectory = ... } } ``` Af...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to run project with multiple plugins
0 votes
Created
May 22, 2018 20:04
Take a look at the logs (system/log/idea.log). Looks like raml-plugin cannot be read for some reason: ``` 2018-05-22 23:01:37,419 [ 3233] INFO - llij.ide.plugins.PluginManager - Cannot load /Users...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to run project with multiple plugins
0 votes
Created
May 22, 2018 18:56
Hi! Could you share the screenshot of created run configuration please and entire output of it?
Community
IntelliJ IDEA Open API and Plugin Development
Unable to run project with multiple plugins
0 votes
Created
May 22, 2018 13:30
Hi, You can put the template in the resources root or customize prepareSandbox tasks as it's described in the FAQ: https://github.com/JetBrains/gradle-intellij-plugin/blob/master/FAQ.md#how-do-i-ad...
Community
IntelliJ IDEA Open API and Plugin Development
How to put templates into plugin using gradle
0 votes
Created
May 21, 2018 12:37
> Here is the problem, the documentation is saying to select 'Prepare plugin module <module-name> For Deployment' That documentation is for projects that don't use Gradle. Here is complete document...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to prepare IntelliJ plugin for deployment
0 votes
Created
May 17, 2018 10:02
Should work since 173.4674 < 173.4720617 < 173.* > I only started having problems when I wanted to verify the packaged plugin. You may want to check the actual `plugin.xml` inside built plugin dist...
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
Created
May 16, 2018 16:52
I see, you're trying to install built distribution of a plugin. These logs are shown when you installed the plugin and run the ide. I filed the issue (https://youtrack.jetbrains.com/issue/IDEA-1921...
Community
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 votes
«
‹
17
18
19
20
21
22
23
24
25
26
27
›
»