353037236
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 3
-
Edited I want to invoke my code before compilation.
AnsweredI 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... -
Edited Caused by: java.lang.ClassNotFoundException: org.jetbrains.idea.maven.project.MavenProjectsManager PluginClassLoader
AnsweredI 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...