Bug 16104 - Incorrect exclude list written
Summary: Incorrect exclude list written
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 normal (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Christophe Elek CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-15 21:55 EDT by Vlad Klicnik CLA
Modified: 2002-05-16 10:49 EDT (History)
0 users

See Also:


Attachments
trace log (std out) (84.86 KB, text/plain)
2002-05-15 21:56 EDT, Vlad Klicnik CLA
no flags Details
.log (see IOExceptions) (31.42 KB, text/plain)
2002-05-15 21:57 EDT, Vlad Klicnik CLA
no flags Details
platform.cfg (fragments not on exclude list) (3.77 KB, text/plain)
2002-05-15 21:57 EDT, Vlad Klicnik CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vlad Klicnik CLA 2002-05-15 21:55:43 EDT
20020515

* start with clean install
* unzip SDK REV1 into the install tree before start (from local site, will post 
tomorrow AM) ... actually I did not unzip - the features/ plugins were left over 
from the unsuccessful ArrayStoreException install. All the xml files were OK so 
the failure happened after the commit() pass
* the net effect of the above is that I am starting with 2 versions of the SDK 
in the tree, one nested (REV1) and the other not (base) .... although I do not 
think this is relevant

* when I start, all seems well .... configuration contains the later (nested) 
version of the feature
* however, I noticed that the computed plugin path contains both versions of all 
fragments (plugins are OK), the exclude list does not contain the fragments.

I think this is related to the e-mail I sent with the warn log (IOExceptions on 
fragment.jar)

Attaching relevant files from this test run
Comment 1 Vlad Klicnik CLA 2002-05-15 21:56:33 EDT
Created attachment 840 [details]
trace log (std out)
Comment 2 Vlad Klicnik CLA 2002-05-15 21:57:12 EDT
Created attachment 841 [details]
.log (see IOExceptions)
Comment 3 Vlad Klicnik CLA 2002-05-15 21:57:48 EDT
Created attachment 842 [details]
platform.cfg (fragments not on exclude list)
Comment 4 Christophe Elek CLA 2002-05-16 10:49:35 EDT
Fixed fragment issue in HEAD (20020515)
SiteFileFactory$PluginIdentifier was returning a bad fragment identifer, thus
when adding the map (id,url) to the site, the id was not the one specified in
the spec

Fixed in HEAD 20050515 (core+ui)
verify with next build