Bug 422084 - Unanticipated comparator errors in I20131119-0800
Summary: Unanticipated comparator errors in I20131119-0800
Status: RESOLVED FIXED
Alias: None
Product: PDE
Classification: Eclipse Project
Component: API Tools (show other bugs)
Version: 4.2   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: 4.4 M4   Edit
Assignee: Curtis Windatt CLA
QA Contact:
URL:
Whiteboard:
Keywords: contributed
Depends on:
Blocks:
 
Reported: 2013-11-19 12:23 EST by David Williams CLA
Modified: 2013-11-19 12:50 EST (History)
1 user (show)

See Also:


Attachments
patch to add forceQualifierUpdate.txt file (427 bytes, patch)
2013-11-19 12:34 EST, David Williams CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Williams CLA 2013-11-19 12:23:35 EST
This has actually been showing up for weeks (nothing specific to I20131119-0800)

Related to "license" in org.eclipse.pde.api.tools.ee.feature

http://download.eclipse.org/eclipse/downloads/drops4/I20131119-0800/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt

At first I thought we might have to ignore these errors related to moving to the "common CBI license" ... but it seems in recent weeks, this is the only plugin that shows up ... maybe its the only that changed at some critical point in time before CBI license was "finalized"? 

The "difference" doesn't really hurt anything (its just "line endings" type changes) but would be easier to "touch" the bundle, than to write special code to ignore it.
Comment 1 David Williams CLA 2013-11-19 12:34:38 EST
Created attachment 237564 [details]
patch to add forceQualifierUpdate.txt file

If it was me, I'd just add this semi-standard file used to "touch" bundles/features ... but I know there are multiple methods and you could just as well add a comment to build.properties, or similar.
Comment 2 Curtis Windatt CLA 2013-11-19 12:50:50 EST
Applied the patch, thanks David.