[GRADLE-299] Provide a plugin to output a dependency graph Created: 03/Nov/08 Updated: 04/Jan/13 Resolved: 18/May/09 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 0.6 |
Type: | New Feature | ||
Reporter: | Phil Messenger | Assignee: | Adam Murdoch |
Resolution: | Fixed | Votes: | 0 |
Attachments: | dependencies.tar.gz showDependencies.diff |
Description |
At the moment, there's no way of getting a sensible listing of a projects dependencies and subsequence transitive dependencies. |
Comments |
Comment by Phil Messenger [ 03/Nov/08 ] |
Attached is a tgz containing some initial code. Todo: create a patch against the current gradle SVN and rename classes to fit gradle naming conventions. |
Comment by Phil Messenger [ 03/Nov/08 ] |
This currently supports two output formats a) a nice ASCII tree which is very verbose |
Comment by Phil Messenger [ 23/Nov/08 ] |
Attached a diff against SVN trunk. Some things:
|
Comment by Adam Murdoch [ 30/Dec/08 ] |
I've commited the patch. I will start wiring it up to the command line |