|
Hi all, The target platfrom state view does not contain a bundle containing this package. Or is there an alternative solution to find the "" module exporting this package? |
Replies: 1 comment 1 reply
|
Yes this is very annoying and the only real solution I found is to migrate to jakarta namespace :-\ But there is a little "hack" (or feature?) to set the following JDT options so the compiler just ignores the problem, by open the file See https://stackoverflow.com/a/75548788 Beside that Tycho has a p2 variant of the maven dependency:tree mojo with tycho-p2-plugin:dependency-tree |
Yes this is very annoying and the only real solution I found is to migrate to jakarta namespace :-\
But there is a little "hack" (or feature?) to set the following JDT options so the compiler just ignores the problem, by open the file
.settings/org.eclipse.jdt.core.prefsand addSee https://stackoverflow.com/a/75548788
Beside that Tycho has a p2 variant of the maven dependency:tree mojo with tycho-p2-plugin:dependency-tree