On Thu, Feb 24, 2011 at 8:14 AM, Alex Karasulu <[email protected]> wrote: > Hi all, > > I have a situation where I would like to set the > FelixConstants.FRAMEWORK_SYSTEMPACKAGES_EXTRA property in my pom for > use with surefire. I would like to supply all the packages that would > be on the Import-Packages attribute if the manifest is generated for > everything on the "test" classpath.
Sorry it was late last night. To clarify I meant to say: I would like to supply all the packages that would be found in the Import-Package attribute of a BND generated manifest as if it generated the manifest using the test classpath. I guess this is not a very common situation. > I have a class that embeds Felix for plugins in one module. Then > another integration test module tests that Felix embedding class. The > problem is I get CCE exceptions if I access plugin interfaces to test > the plugin so I would like to have the build construct the list of > extra system packages so I don't have to manually update these values > in the code. > > Is there a hack anyone uses for this? Thanks again, Alex
