On Wed, 4 Sep 2002 22:09, Bob Herrmann wrote: > Is there a way to ask Gump, > > "What projects depend on project 'jakarta-random-project' ?" > > ideally dumping it's output into a profile. > > (I am trying to get Tomcat 5 building in Gump, and would like to have a > short try-and-fail feedback loop)
Theres a page that goes the other way. ie project -> all users http://jakarta.apache.org/builds/gump/latest/xref.html To find all dependencies of a project you can look at the projects descriptor. Then any <depends/> tag thjat has a inherit="..." tag requires that you go look at that other project aswell. I don't know of any easy way to generate a list of all dependencies of project. It should actually be doable via a xslt sheet though ... -- Cheers, Peter Donald --------------------------------------------------- "Wise men don't need advice. Fools don't take it." -Benjamin Franklin --------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
