Replies: 1 comment 4 replies
-
I don't think it's possible to evaluate whether all deps in a .target are useful, because neither the .target file nor PDE has knowledge of how this would be consumed. A .target that is shared externally cannot know whether all its deps are consumed or not. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If there an efficient way to find libraries in the target platform which are not necessary in workspace build / Tycho build?
My process is to remove them from the target platform, Reload it, and see if everything still compiles.
And as error markers in a product configuration file do not react to changes in the target file (IIRC this bug was reported in Bugzilla and never got any attention), I also typically also restart Eclipse which shows me all errors correctly.
Beta Was this translation helpful? Give feedback.
All reactions