Community
Participate
Working Groups
When a user specifies an invalid version in the new Fragment wizard, it gets flagged as an invalid format. If they enter the same version into the Manifest Editor, we mark an error on the Form editor but do not mark the error on the source page. These version format errors result in the Manifest not registering correctly with the resolver state. Since this is the case, we should do our best to inform the user when they have a problem with their versions so they may be able to better utilize PDE tooling. Same should be done for the Import-Package and Require-Bundle since version formatting errors in these headers also cause problems when registering the Manifest.
Modified BundleErrorReporter to run version format validation on Fragment-Host, Require-Bundle, Import/Export-Package even if model does not have a BundleDescription. These formatting errors could be what is preventing the Manifest from registering properly and creating a BundleDescription for the model.
*** Bug 206918 has been marked as a duplicate of this bug. ***