We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Incorrect split package warnings
4794b93
fixes TomDmitriev#70 Signed-off-by: Raymond Auge <[email protected]>
No branches or pull requests
We observed split package warnings where there really shouldn't be any. Looking at classpath which is printed on "trace":
i would claim that "Jar:main" is duplicated, which makes bnd chuck on every exported package.
The text was updated successfully, but these errors were encountered: