Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Dependency of all other projects
Dependency of all other projects [message #710530] Fri, 05 August 2011 05:45 Go to next message
Thomas Wiedmann is currently offline Thomas WiedmannFriend
Messages: 69
Registered: July 2009
Member
Hello,

is there a plugin or function within Eclipse which shows all dependent
projects of the project - even the inherited ones, selected?
Within the project properties at Java Build Path/[Projects] only the
directly dependent projects are listed. To get all relevant projects I have
to select these projects and to search their dependent projects - thus an
expensive recursion. Is there an easier way - by a plugin or feature; if
yes, by which?

I use Eclipse 3.5.2.

Thomas Wiedmann
Re: Dependency of all other projects [message #711903 is a reply to message #710530] Sat, 06 August 2011 19:51 Go to previous message
Michael Pellaton is currently offline Michael PellatonFriend
Messages: 289
Registered: July 2009
Senior Member
Hi

General Java projects:
https://code.google.com/p/epdv/

For Plugins/Bundles:
http://www.eclipse.org/pde/incubator/dependency-visualization/

And if you use Maven:
mvn dependency:tree on the aggregating artifact (e.g. ear, war,...).

I have not checked, whether the plugins linked above work with 3.5.2.

HTH
Michael
Previous Topic:new version of plugins not installed after an update
Next Topic:How to play video file from android device not emulator
Goto Forum:
  


Current Time: Thu Apr 25 13:34:45 GMT 2024

Powered by FUDForum. Page generated in 0.03786 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top