主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Andrey Myatlyuk
活动总数
18
最后的活动
2016年01月16日 14:30
成员加入日期
2012年12月20日 08:24
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
5
活动概览
帖子(4)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2012年12月25日 19:33
Thank you, Dmitry! You guys rock!
社区
IntelliJ IDEA Open API and Plugin Development
Working on plugin for IntelliJ, question about com.intellij.tools.Tool class - default access modifier
0 票
创建于
2013年12月26日 03:19
Here's where my unit test code fails - on assert: public static <T extends ConfigurationType> T findConfigurationType(final Class<T> configurationTypeClass) { ConfigurationType[] types = Extens...
社区
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 票
创建于
2014年01月06日 05:02
Hi Roman,It is possible that the test case is not configured properly. Could you please help me to work it out?Here's a snippet from Maven2Configuration class: public static final String MA...
社区
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 票
创建于
2014年01月06日 06:49
Update:It seems that Maven plugin is loaded because it is in the module classpath, even though the library scope is set to "provided".After further exploration with the debugger, I saw that althoug...
社区
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 票
创建于
2014年01月22日 23:53
Roman, did you have a chance to look at the sample project?
社区
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 票
创建于
2013年12月22日 05:43
Same here, with 134.SNAPSHOT ?:|The main instructions page (as well as README in the project) suggest to use ant to build an artifact.http://www.jetbrains.org/pages/viewpage.action?pageId=983225 Bu...
社区
IntelliJ IDEA Open API and Plugin Development
Current 13 EAP (132.325) doesn't compile with Ant
0 票
创建于
2013年12月22日 06:19
Well, I was able to build 134.SNAPHOT with some voodoo ]:)Since it was not building with master, I did checkout 133, and was able to build artifacts. Then, feeling bold and adventurous, I checked-o...
社区
IntelliJ IDEA Open API and Plugin Development
Current 13 EAP (132.325) doesn't compile with Ant
0 票
创建于
2014年01月07日 18:38
Anyone? :-/
社区
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 票
创建于
2014年01月13日 03:39
Hi Roman,Here's the sample project: https://github.com/kukido/devnetIt contains only one test case (com.kukido.eclipser.command.AddMaven2ConfigurationCommandTest) and the test case fails with:java....
社区
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 票