Bug 119341 - Tool to generate the transitive closure of IP logs for projects
Summary: Tool to generate the transitive closure of IP logs for projects
Status: RESOLVED WONTFIX
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: IP Log Tool (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Wayne Beaton CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 220977
Blocks:
  Show dependency tree
 
Reported: 2005-12-05 20:25 EST by Bjorn Freeman-Benson CLA
Modified: 2018-03-27 15:55 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bjorn Freeman-Benson CLA 2005-12-05 20:25:24 EST
Please automate taking the transitive closure over IP logs for a project and its upstream prerequisites in order to generate the combined IP information…
Comment 1 Bjorn Freeman-Benson CLA 2007-03-14 02:02:55 EDT
Here's a potential algorithm:
1. Using the builds.xml official latest releases RSS feed, we can generate a mapping of features -> projects (the project is the one that publishes the RSS feed; the features are the feature ids in that release).
2. Using the feature files, we can build a mapping of features -> prereq features.
3. Using (2) we can create the mapping of features -> closure of prereq features.
4. Using (1) we can map (3) to be project -> closure of prereq projects.
5. Using (5) we can merge all the IP logs (found via project-info.xmls) to form project -> merged IP log.
Comment 2 Wayne Beaton CLA 2010-01-26 14:39:24 EST
Moving to IP Log Tool
Comment 3 Wayne Beaton CLA 2018-03-27 15:55:22 EDT
No. Reopen if I've made a horrible, horrible mistake.