Hello all, i have the following packaging problem. I have e.g. the following package structure:
a.b SomeInterface.java SomeBundleActivator.java a.b.impl SomeInterfaceImpl.java Based on this i create a bnd file like this: Bundle-Version: 1.0.0 Export-Package: a.b;version=1.0.0 Bundle-Name: a.b Bundle-SymbolicName: SomeBundle Bundle-Activator: a.b.SomeBundleActivator Bundle-Vendor: AnM If i create a bundle based on this i get an error while starting because the a.b.impl package cannot be resolved. How can this be??? It is only used within the bundle. I will hide the a.b.impl package. Only the a.b package should be available to other bundles. I thought that a bundle is selfcontaint. If i export all packages than it works. Can you tell me what is happening here ? Thanks in advance. Andreas . -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

