Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nikolay Chashnikov
Total activity
838
Last activity
November 23, 2023 11:52
Member since
November 13, 2007 10:36
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
334
Activity overview
Articles (0)
Posts (1)
Comments (503)
Sort by recent activity
Recent activity
Votes
Created
January 09, 2017 09:45
This happens because MochaRunConfiguration implement interfaces from JavaScriptLanguage plugin, so you need to add javascript-openapi.jarJavaScriptLanguage.jarjs-test-common.jar from <IDEAHOME>/pl...
Community
IntelliJ IDEA Open API and Plugin Development
Error:(28, 1) Groovyc: unable to resolve class com.jetbrains.nodejs.mocha.execution.MochaRunConfiguration
0 votes
Created
December 30, 2016 09:04
Hi Colin, thank you for investigating this! Regarding ignored exceptions: this code looks strange for me too, I've asked its author about it. In general language-specific extensions points are inde...
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 votes
Created
December 28, 2016 12:14
As far as I can see clojure classes aren't used in IntelliJ platform and our bundled plugins, so the problem seems to be caused by a plugin's code. You can try searching for all usages of clojure c...
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 votes
Created
December 27, 2016 23:15
'NoClassDefFoundError: Could not initialize class' doesn't mean that JVM cannot find the class. It happens if a program tries to access a class which was failed to initialize when it was accessed f...
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 votes
Created
December 27, 2016 09:35
Hi Colin, could you please provide the full stacktrace? It looks like there may be some 'caused by' clauses.
Community
IntelliJ IDEA Open API and Plugin Development
NoClassDefFoundError during component initialisation
0 votes
Created
December 22, 2016 12:50
The plugin isn't loaded because its plugin.xml file isn't added to classpath when IDEA is started. You can either move META-INF/plugin.xml to resources directory or specify path to the plugin.xml f...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language plugin is not working
0 votes
Created
December 22, 2016 11:12
Ok, I see. Excluding JARs indeed may cause problems because they won't be added to classpath, copied to artifacts etc. But did you try excluding the JAR content in library editor as I suggested?
Community
IntelliJ IDEA Open API and Plugin Development
skip indexing on a certain Jars
0 votes
Created
December 21, 2016 11:32
You can exclude a part (or the whole content) of a library JAR file, but currently you need to do it manually, there is no way to do it by a pattern. But note that this will affect many IDEA's feat...
Community
IntelliJ IDEA Open API and Plugin Development
skip indexing on a certain Jars
0 votes
Created
December 20, 2016 11:19
Hi Sergio, the both 1.8.0_66 and 1.8.0_73 versions have bug in javac which causes these compilation errors. The bug was fixed in builds around 90, but it would be better to simply upgrade to the la...
Community
IntelliJ IDEA Open API and Plugin Development
Unable to build community eddition master branch
0 votes
Created
December 19, 2016 15:37
I've tried to checkout your sources and run the plugin and it works perfectly for me. Looks like the problem is in your project configuration. Could you please publish the project configuration fil...
Community
IntelliJ IDEA Open API and Plugin Development
Custom language plugin is not working
0 votes
«
First
‹
Previous
Next
›
Last
»