CustomRunConfigurationProducer for .java files
Hi,
I have an issue with a custom RunConfigurationProducer registered in the build.xml. Last time I tested the plugin it worked just fine. Now (intelli version 14.1.4) my configuration is not part of any run option.
Here the facts:
- CustomRunConfigurationProducer extends JavaRunConfigurationProducerBase
- setupConfigurationFromContext returns true and updates the config
- isConfigurationFromContext won't be called
any ideas?
-Tim
请先登录再写评论。
Please check the isPreferredConfiguration() and shouldReplace() methods. Maybe another run configuration producer takes precedence over yours.
both methods won't be called. Even isConfigurationFromContext is not called anymore.
Is your plugin open-source?
yes. you can find it here the class is filed under ./defrac/intellij/run