Community
Participate
Working Groups
I have a project with breaking API changes, leading to errors being reported for the breaking change, the @since tags and the bundle version number. After fixing the breaking change (adding back a removed API field), I was expecting that the other errors went away, but I had to do Project>Clean... manually.
Since we don't have a relationship between the @since tag errors and the bundle version error, the only way I see to fix this right now if to force a full build of the corresponding project when modifying the bundle version. This might have some performance issues.
Darin, I can try to add a full build of the corresponding project since the MANIFEST.MF file has been modified.
Sounds right... as well, when the manifest is modified the workspace profile needs to be tossed/rebuilt (but I think we already do that).
I'll start a build of the project once the MANIFEST.MF file has been updated.
*** Bug 225186 has been marked as a duplicate of this bug. ***
*** Bug 226407 has been marked as a duplicate of this bug. ***
Olviier, see bug 224447 - which is related. I have a patch that performs a full build when the manifest.mf is modified. It needs more testing and not sure what happens to upstream projects (they also need to be re-built).
Released for 3.4M7 as part of fix for bug 224456. Michael, please verify.
verified