Thank you! Yes, that does help. Though I wonder why org.apache.felix.ipojo.manipulator-1.8.2.jar is not available from iPOJO downloads page: BND plugin appears to depend on it (according to http://mvnrepository.com/artifact/org.apache.felix/bnd-ipojo-plugin/1.8.2), and I was getting NoClassDefFoundError until adding it to the plugin class path.
Yours, Alexey Romanov On Tue, Apr 10, 2012 at 12:42, Guillaume Sauthier (Objectweb) <[email protected]> wrote: > Nop, the Bnd "-plugin" instruction must contains the plugin classname. > Ex: > -plugin > org.apache.felix.ipojo.bnd.PojoizationPlugin;metadata=${basedir}/src/main/resources/META-INF/metadata.xml;use-local-schemas=true > > The (optional) 'metadata' option instructs the plugin where to fin the > metadata.xml file > By default, it looks in the archive for a META-INF/metadata.xml file > > The (optional) 'use-local-schemas' property simply tells iPOJO to not > verify XML validity against external resources but with the latest XML > schemas included in the current version of the iPOJO manipulator > > Hope that helps > --G > > PS here is an example: > http://gitorious.ow2.org/ow2-shelbie/parent/blobs/master/pom.xml#line303 > > > 2012/4/9 Alexey Romanov <[email protected]> > >> How can I use iPOJO BND plugin? What instructions does it provide? Or >> is it enough to include >> >> -plugin: path_to_plugin/bnd-ipojo-plugin-1.8.2.jar >> >> in my .bnd file? >> >> Yours, Alexey Romanov >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

