Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Handling non-osgi jar files

On Wed, Mar 13, 2013 at 05:22:51PM +0100, Kai Zimmermann wrote:
Nested jars are a problem in OSGI and while classloading.

no if used all internally.

Instead of prefixing I prefer a special version number, because other
bundles reference the original name, not your name.

They should be using package imports not bundle requirements then.

But it means you are will be potentinally "polluting" the other plugins assumption of
what is in the exposed API of these bundles...if you say "I'm not going to change that" - then
why not use that already published artifact ? :)

/max
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user


Back to the top