I got this message while trying to build a maven-based open-ide application:
Some tokens required by included modules are not provided by included modules. The application will fail starting up. The missing tokens are:
org.netbeans.modules.java.source.queries.spi.QueriesController ref: [org.netbeans.modules.java.source.queries]
org.netbeans.api.editor.guards.Java ref: [org.netbeans.modules.form]
org.netbeans.modules.editor.actions ref: [org.netbeans.modules.editor.lib2]
I tried Googling for the first line to see if I could find the answer there, but all I got was the source code where the error was being raised. Can any-one clearly interpret this error and/or tell me how to fix it?
Note: it does not specify which of my modules is causing it, but it is dying on the "app" project.