353037236
- 活动总数 13
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 3
-
353037236 进行了评论, -
353037236 创建了一个帖子, 已回答I want to invoke my code before compilation.
I am writing a plugin, I want to invoke some code before compilation, so I implement CompilationStatusListener: public interface CompilationStatusListener extends EventListener {/*** Invoked in a S... -
353037236 进行了评论, -
353037236 创建了一个帖子, 已回答Caused by: java.lang.ClassNotFoundException: org.jetbrains.idea.maven.project.MavenProjectsManager PluginClassLoader
I am developing a IDEA plugin, I wrote a action class to get MavenProject(org.jetbrains.idea.maven.project.MavenProject) instance of project. here is the code: package com.example.demo.actions; im... -