| Summary: | Log warning noise: custom category p2 description property value is missing from generated content meta | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Technology] CBI | Reporter: | Miles Daffin <miles.daffin> | ||||
| Component: | CBI p2 Repository Aggregator | Assignee: | CBI Inbox <cbi-inbox> | ||||
| Status: | RESOLVED WONTFIX | QA Contact: | David Williams <david_williams> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | btickets, Ed.Merks, Kenn.Hussey, wayne.pascoe | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Created attachment 206461 [details]
B3 aggregation file which can be used to reproduce this issue.
[Bookkeeping change only. Moving bugs to the new "home" of aggregator, CBI.] This is old the example no longer works. New update sites are listed here in the readme: https://github.com/eclipse-cbi/p2repo-aggregator#-p2-repository-aggregator Issues should be reported here: https://github.com/eclipse-cbi/p2repo-aggregator/issues |
Build Identifier: See lots of warnings like this in the log: Error in file:/Q:/eclipseide/eval/checkstyle/build/final/content.jar at line 256, column 62: Missing required attribute in "property": value The error seems to come consistently from XML describing custom categories. If these lack a description the org.eclipse.equinox.p2.description property element is added anyway with no value (see below for an example). <unit id='Checkstyle' version='0.0.0.530cJVvvE31221_2_3148'> <properties size='3'> <property name='org.eclipse.equinox.p2.name' value='Checkstyle'/> <property name='org.eclipse.equinox.p2.description'/> <property name='org.eclipse.equinox.p2.type.category' value='true'/> </properties> Reproducible: Always Steps to Reproduce: 1. Build the attached Aggregator model. 2. Add the resulting repo to your P2 UI and press reload.. 3. Check the log for a property warning.