Bug 358587 - Create textual dependency dump of dependencies
Summary: Create textual dependency dump of dependencies
Status: NEW
Alias: None
Product: Virgo
Classification: RT
Component: runtime (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 09:28 EDT by Matthew Adams CLA
Modified: 2012-05-04 11:51 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Adams CLA 2011-09-22 09:28:46 EDT
Build Identifier: 

Create a textual dependency dump, much like mvn depdendency:tree, so that I can see which bundles are calling for which packages at least via Import-Package, but maybe even for Import-Bundle, Import-Library, or even Requires-Bundle, etc.

See forum thread http://www.eclipse.org/forums/index.php/t/240434/


Reproducible: Always

Steps to Reproduce:
(new feature)
Comment 1 Nobody - feel free to take it CLA 2011-09-22 09:50:44 EDT
I wonder if it would be best to implement this in Equinox, possibly as a (Gogo) shell command, to maximise reuse.

Note that Virgo expands import-bundle and import-library to package imports by the time bundles are installed in Equinox.
Comment 2 Chris Frost CLA 2012-05-04 11:51:24 EDT
Just adding myself to the cc list