353037236
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 5
- Subscriptions 3
-
353037236 commented, -
353037236 created a post, AnsweredI 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 commented, -
353037236 created a post, AnsweredCaused 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... -