主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikolay Chashnikov
活动总数
838
最后的活动
2023年11月23日 11:52
成员加入日期
2007年11月13日 10:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
334
活动概览
文章(0)
帖子(1)
评论(503)
按最近的活动排序
最近的活动
投票数
创建于
2016年11月01日 16:57
Project.getBasePath returns the directory which contains .idea folder (or *.ipr file) with the project settings. This directory may not be related to the location of the project sources (some peopl...
社区
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 票
创建于
2016年11月01日 10:02
Probably the plugin wasn't built properly. Please check that path to plugin.xml is specified properly on 'Plugin Deployment' tab in the plugin module editor in 'Project Structure' dialog.
社区
IntelliJ IDEA Plugin Users
plugin is not activated on plugin run config
0 票
创建于
2016年10月26日 08:31
In order to get the location of 'webapp' directory you need to inspect 'getRootElement' of JpsArtifact. It represents the structure of the output layout tree. 'getChildren' method will return list ...
社区
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 票
创建于
2016年10月18日 13:54
OutOfMemory happens inside the compilation process, so increasing Xmx for Ant process won't help. I've corrected our build scripts to increase Xmx for the compiler, this should fix the problem.
社区
IntelliJ IDEA Open API and Plugin Development
OutOfMemoryError when during `ant build` for Community Edition
0 票
创建于
2016年10月11日 06:52
Hi 13ics057, we're sorry. What did you do in IDE before that happened? Could you please create an issue and attach your idea.log file to it?
社区
IntelliJ IDEA Users
Please help! IntelliJ 11 just deleted all my files!!!!!
0 票
创建于
2016年10月10日 13:44
Hi, you can keep the old class which loads the global config and take values from it in the new services by default. (We have a special extension point com.intellij.conversion.ConverterProvider to ...
社区
IntelliJ IDEA Open API and Plugin Development
How to run version migration code?
0 票
创建于
2016年10月05日 14:52
You need to implement a plugin which participates in external build process, and register implementation of org.jetbrains.jps.builders.artifacts.ArtifactBuildTaskProvider service in it (look at Ant...
社区
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 票
创建于
2016年10月03日 13:17
What do you mean by "don't want to store anywhere"? If the tool creates a file it places it somewhere so you can just include it into the artifact configuration. Or you can create a simple Ant buil...
社区
IntelliJ IDEA Open API and Plugin Development
Adding dynamically-generated file to artifact root
0 票
创建于
2016年09月30日 13:25
I think the problem should be fixed now, sorry for the inconvenience.
社区
IntelliJ IDEA EAP Users
community master is failing to package due to jps-standalone-builder
0 票
创建于
2016年09月16日 06:28
Hi Frank, such errors may happen if there are two TargetProcessProjectState classes loaded by different classloaders. Probably you packaged TargetProcessProjectState.class into the both plugins, yo...
社区
IntelliJ IDEA Open API and Plugin Development
Invoking a dialog from another plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»