Bug 24530 - [2.0.2 tp1] Super e-fix is considered older
Summary: [2.0.2 tp1] Super e-fix is considered older
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 major (vote)
Target Milestone: ---   Edit
Assignee: Dejan Glozic CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-08 14:41 EDT by Christophe Elek CLA
Modified: 2002-10-14 16:20 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.