Short answer, the message means that specified bundles referenced in features.xml cannot be found.

Long answer.

Originally, Tycho build was a two step process. First, you needed to generated pom.xml files based on content of manifest.mf/plugin.xml/feature.xml/etc. Then you ran the actual build This particular messages comes from the mojo that assembled "packaged" feature.jar during the build and means that feature.xml and pom.xml got out of sync. I've changed Tycho to inject Eclipse/OSGi dependencies into (in-memory representation of) pom.xml at build time, so actual wording does not make much sense any more.

Also note that most likely copy-feature-files mojo does not do anything useful anymore so I will probably remove it.

--
Regards,
Igor


Max Spring wrote:
When building an eclipse-feature I'm getting that warning.
What is it trying to tell me?
What would it mean to "have a plugin found in POM" in this context?
Thanks!
-Max



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to