plugin is not activated on plugin run config
hi...
i have a plugin for rtc
when i try to load it via runconfiguration plugin , the plugin is simply not listed.
the only log entries i see (at all ) are:
2016-10-30 19:17:01,356 [ 8347] WARN - .intellij.diagnostic.VMOptions - VM options file path missing
2016-10-30 19:17:11,978 [ 18969] WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: editor for id: editor.preferences.import
2016-10-30 19:17:21,729 [ 28720] WARN - ConfigurableExtensionPointUtil - ignore deprecated groupId: editor for id: editor.preferences.import
i don't know if this is a classpath issue or something else i tried deleting the entire sandbox folder, still doesn't help.
Please sign in to leave a comment.
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.
yea, there was a problem, turns out i can't use maven with plugin projects.
i was trying to find a global way to include the relevant task-api.jars into the project without binding them to a specific path in my pc, you guys should try at least and give a $variable substitution to indicate the current ide's path so it would portable.