主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Alexander Zolotov
活动总数
721
最后的活动
2023年11月01日 08:52
成员加入日期
2011年04月05日 22:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
241
活动概览
文章(0)
帖子(0)
评论(480)
按最近的活动排序
最近的活动
投票数
已编辑于
2018年05月16日 10:55
sinceBuild by default is set to IDEA that you use for compiling. Only this approach may provide a guarantee that your plugin will be binary compatible with an IDE. For customizing since/until build...
社区
IntelliJ IDEA Open API and Plugin Development
plugin _ is incompatible with this installation
0 票
已编辑于
2018年05月11日 20:45
Could you share `~/.gradle/caches/modules-2/files-2.1/com.jetbrains.intellij.idea/ideaIC/2018.1.1/<some-hash>/ideaIC-2018.1.1/ideaIC-2018.1.1-withKotlin-withSources.xml` please (correct version and...
社区
IntelliJ IDEA Open API and Plugin Development
Problem syncing gradle in idea-sandbox.
0 票
创建于
2018年05月11日 14:45
Unfortunately, cannot recreate the problem. After removing unresolved dependencies I managed to invoke `runIde` and open and sync test project in it. Could you please list all jar files in `build/i...
社区
IntelliJ IDEA Open API and Plugin Development
Problem syncing gradle in idea-sandbox.
0 票
创建于
2018年05月10日 13:05
Could you share this test project please and build.gradle of your intellij plugin, so we could recreate this?
社区
IntelliJ IDEA Open API and Plugin Development
Problem syncing gradle in idea-sandbox.
0 票
创建于
2018年05月07日 13:45
正式评论
You can use `buildPlugin` task or you can run Android Studio with a plugin directly via `runIde` task using `alternativeIdePath` option. See more details in the documentation: https://github.com/Je...
社区
IntelliJ IDEA Open API and Plugin Development
How to generate jar for depolyment in gradle
0 票
创建于
2018年04月23日 17:41
Ouch, I missed the absence of '=' in your code. Yes, it should be `plugin 'testng'` or `plugins = ['testng']`.
社区
IntelliJ IDEA Open API and Plugin Development
Create and Execute TestNG test from a Plugin
0 票
创建于
2018年04月23日 11:54
Please provide entire `./gradlew buildPlugin --info` output
社区
IntelliJ IDEA Open API and Plugin Development
Create and Execute TestNG test from a Plugin
0 票
创建于
2018年04月20日 18:42
> plugins 'testng/lib/testng-plugin.jar:8.0' Where is 8.0 came from?;) it should be just ‘plugins = [‘testng’]’
社区
IntelliJ IDEA Open API and Plugin Development
Create and Execute TestNG test from a Plugin
0 票
创建于
2018年04月20日 17:08
TestNG-J was updated in 2007. Apparently, it's not what you need.TestNG plugin is bundled one, you don't need an id for it, you need a directory name instead. Please see the documentation: https:...
社区
IntelliJ IDEA Open API and Plugin Development
Create and Execute TestNG test from a Plugin
0 票
创建于
2018年04月19日 06:39
正式评论
You will be able to upgrade them after
社区
GoLand
Plugin not compatible
0 票
«
第一页
‹
上一页
下一页
›
最后
»