Did you actually try this or are you just making an assumption?

OBR treats the locally installed bundles as a repository too. So, if your local system bundle exports javax.swing, then it should resolve the package correctly...at least that is how it is supposed to work.

-> richard

Hampel, Michael wrote:
Hello,
how do I deal with system package dependencies like javax.swing - that
an OSGi runtime would be able to resolve from the system classpath -
in the OBR resolving process.
If a resource in my repository.xml has a require element for javax.swing
the Resolver tries to find the dependency in one of my specified
repositories
but will not find it - so the OBR resolving for this resource will fail
although it would resolve in the runtime.
Is there a way to add system packages to the OBR resolving process or do
I have to specify all aof these packages as optional or do I see
this completely wrong?
Thanx in advance for any help, Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to