TomDmitriev / gradle-bundle-plugin

Apache License 2.0
47 stars 24 forks source link

Incorrect split package warnings #70

Open tonit opened 7 years ago

tonit commented 7 years ago

We observed split package warnings where there really shouldn't be any. Looking at classpath which is printed on "trace":

Class path [Jar:A, Jar:B, Jar:main, Jar:main]]

i would claim that "Jar:main" is duplicated, which makes bnd chuck on every exported package.

mbelling commented 6 years ago

I think this is effectively a duplicate of #27. If/when the PR for that issue gets merged in, it should fix this issue as well.