My favorites | Sign in
Project Logo
q4e
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                
New issue | Search
for
| Advanced search | Search tips
Issue 144: Dependency Tree Viewer
4 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  amuino
Closed:  Jan 2008
Type-Enhancement
Priority-Medium
Milestone-0.5.0


Sign in to add a comment
 
Reported by bentatham, Nov 28, 2007
While the explosion view is very cool looking, it would nice to see the
dependency tree, in the order that maven resolves them (and possible view
the hidden dependencies of different versions).  A tree view like Archiva
has would be cool for this, and in Eclipse it can be done with foldable
trees to make it even more useful.  
Comment 1 by amuino, Nov 29, 2007
This would be a new "Maven dependencies" view? Something similar to the "Outline" view?
As an idea... would it make sense to have an outline view of the pom.xml containing
transitive dependencies? (as explicit dependencies would be there already).
Labels: -Type-Defect Type-Enhancement
Comment 2 by amuino, Dec 05, 2007
Per comments in  Issue 126 , this view should allow sorting alphabetically.

Quoting:
...configurable to sort the classpath itself in several ways: by artifact/group IDs
is a possible one, but by jar file name could be useful too, specially to match a
webapp environment.
Summary: Dependency Tree Viewer
Comment 3 by jake.pezaro, Jan 16, 2008
i have a tool that does this (http://code.google.com/p/maven-dependency-browser/) but
it is a separate app at the moment.  it show raw (un-resolved or hidden) dependencies
in a tree.

is q4e interested in incorporating this?  if so i will make the core functionality
available
Comment 4 by amuino, Jan 16, 2008
Your application looks great. We had simpler functionality in mind, but your tool
looks awesome for dependency analysis.

Why don't we discuss in the dev mailing list how your work can be incorporated into q4e ?
Comment 5 by jake.pezaro, Jan 16, 2008
sure. just point me in the direction of the mailing list please
Comment 6 by emantos, Jan 16, 2008
The mailing list is at  -> http://groups.google.com/group/q4e-dev
Comment 7 by jake.pezaro, Jan 26, 2008
have attached a patch containing the dependency analysis code.  it is a zipfile
containing all the new and changed files.  
dependency-analyser.tar.gz
79.5 KB   Download
Comment 8 by jake.pezaro, Jan 26, 2008
(No comment was entered for this change.)
patch-144.txt
147 KB   Download
Comment 9 by carlossg, Jan 29, 2008
we are in the process of committing the code, more news soon
Comment 10 by amuino, Jan 29, 2008
Merged in revision 927.
Status: Fixed
Owner: amuino
Labels: Milestone-0.5.0
Comment 11 by jake.pezaro, Feb 06, 2008
patch containing a couple of bug fixes.

1.  plugin disables itself in the menu when used on a non-maven project 
2.  plugin provides a clearer error response when user tries to analyse a broken
maven project
patch-144-1.txt
3.4 KB   Download
Comment 12 by carlossg, Feb 06, 2008
done, thanks
Comment 13 by jake.pezaro, Feb 09, 2008
fixed problems with selected items hiding the highlighting
Comment 14 by jake.pezaro, Feb 09, 2008
fixed problems with selected items hiding the highlighting
patch-144-2.txt
5.3 KB   Download
Sign in to add a comment

Hosted by Google Code