Bug 24530

Summary: [2.0.2 tp1] Super e-fix is considered older
Product: [Eclipse Project] Platform Reporter: Christophe Elek <celek>
Component: Update (deprecated - use Eclipse>Equinox>p2)Assignee: Dejan Glozic <dejan>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P1    
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Christophe Elek CLA 2002-10-08 14:41:16 EDT
optionalSite
Install root 1.0.0 + bogus
Install e-fix 388
install e-fix 452

Got error message saying
EFIX e452 (1.0.0): Included feature "EFIX e388 (1.0.0)" is older than currently
active feature

It may be 'correct' vis-a-vis testcase though or an error in the Feature.xml copy
Comment 1 Dejan Glozic CLA 2002-10-10 12:44:47 EDT
A valid bug - assigning.
Comment 2 Dejan Glozic CLA 2002-10-14 16:20:29 EDT
The problem is related to e-fix 452 including e388. The requested operation is 
not incorrect because e452 is registered as an efix to root 1.0.0 feature, 
while e388 is en efix for xyzbogus 1.0.0. Therefore, e452 provides a fix for 
root 1.0.0 but requires e388 to be installed. Instead of using 'requires' to 
pre-req it, it includes it to install it in one go.

In this particular scenario, since e388 is already installed, e452 should 
simply be installed and we can relly on the fact that e388 will be skiped in 
the installation (because it is already present).

Implemented and tested.