You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run buildIntellijOptionsIndex or packageArtifactZip on a plugin without any options, I get following error:
[info] Building searchable plugin options index...
[error] No options search index built for plugin root: C:\Dev\idea-plugin-with-lwjgl\target\plugin\MyAwesomeFramework
[error] (buildIntellijOptionsIndex) No options search index built for plugin root: C:\Dev\idea-plugin-with-lwjgl\target\plugin\MyAwesomeFramework
To reproduce, create a plugin from the template and remove all actions and applicationListeners from its plugin.xml.
The text was updated successfully, but these errors were encountered:
I can certainly install some harmless listener doing nothing, if that is enough to get some options to be indexed. I would not like to introduce some visible action when I need none.
The issue is not very critical to me, I use assembly to pack my plugin at the moment anyway, but I wanted to check if perhaps using this plugin was feasible for me now.
When I run
buildIntellijOptionsIndex
orpackageArtifactZip
on a plugin without any options, I get following error:To reproduce, create a plugin from the template and remove all
actions
andapplicationListeners
from itsplugin.xml
.The text was updated successfully, but these errors were encountered: