From: Mathieu B. <mba...@ar...> - 2011-05-24 14:57:43
|
> I don't disagree with your "Require-Bundle is EVIL" assessment, but you > understand the pragmatism concerns in putting a demo out. I am stuck with yep, I do understand and I support your effort > split-packages in two of our datasource libraries, geotools and ucar netcdf. > So require-bundle looks like a good stopgap solution till the split-packages > get deprecated and renamed. Can you please detail a bit more your problem? (which packages are split? what is the client bundle? what are you trying to achieve?) Depending on the problematic bundles, an approach could also be to merge them in a single bundle (using the Maven BND plugin in a third POM, depending on the two artifacts). A good location for this pom would be osgisandbox/merged/org.geotools.my_merged_bundle/pom.xml in the plugin branch . Are you working with the latest version of the plugin branch? Could you test what I have done last weekend? > Do you have working maven-bundle-plugin instructions for this ? Not really, but doesn't it work to explicitly put the instructions you need in the configuration? Did you try something already? If yes, can you please send it as a basis for thoughts? |