Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Andrey Myatlyuk
Total activity
18
Last activity
January 16, 2016 14:30
Member since
December 20, 2012 08:24
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
5
Activity overview
Posts (4)
Comments (9)
Sort by recent activity
Recent activity
Votes
Created
December 25, 2012 19:33
Thank you, Dmitry! You guys rock!
Community
IntelliJ IDEA Open API and Plugin Development
Working on plugin for IntelliJ, question about com.intellij.tools.Tool class - default access modifier
0 votes
Created
December 26, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 votes
Created
January 06, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 votes
Created
January 06, 2014 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 votes
Created
January 22, 2014 23:53
Roman, did you have a chance to look at the sample project?
Community
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 votes
Created
December 22, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
Current 13 EAP (132.325) doesn't compile with Ant
0 votes
Created
December 22, 2013 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...
Community
IntelliJ IDEA Open API and Plugin Development
Current 13 EAP (132.325) doesn't compile with Ant
0 votes
Created
January 07, 2014 18:38
Anyone? :-/
Community
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 votes
Created
January 13, 2014 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....
Community
IntelliJ IDEA Open API and Plugin Development
How to enable Maven plugin for system under test?
0 votes