Re: generate dependancies

2005-10-23 Thread Brill Pappin
Jason van Zyl wrote: On Tue, 2005-10-11 at 14:49 -0400, Brian E. Fox wrote: Kindof. We are moving from ANT and have a lib folder with 100+ jars. I'd like to visually see which ones we directly depend on and then have a tree that shows what those depend on. I experimented with Jdepend, but it

Re: generate dependancies

2005-10-12 Thread jerome lacoste
On 10/11/05, Brian E. Fox [EMAIL PROTECTED] wrote: Kindof. We are moving from ANT and have a lib folder with 100+ jars. I'd like to visually see which ones we directly depend on and then have a tree that shows what those depend on. I experimented with Jdepend, but it didn't really do what I

generate dependancies

2005-10-11 Thread Brian E. Fox
Does anyone know of an automated way to generate a dependancy tree? We have a fairly complicated list of jars that needs to be cleaned up for a migration to m2. I'm looking for a way to reduce the overhead in figuring out transitive dependancies. Thanks.

Re: generate dependancies

2005-10-11 Thread Jason van Zyl
On Tue, 2005-10-11 at 11:47 -0400, Brian E. Fox wrote: Does anyone know of an automated way to generate a dependancy tree? We have a fairly complicated list of jars that needs to be cleaned up for a migration to m2. I'm looking for a way to reduce the overhead in figuring out transitive

RE: generate dependancies

2005-10-11 Thread Brian E. Fox
Subject: Re: generate dependancies On Tue, 2005-10-11 at 11:47 -0400, Brian E. Fox wrote: Does anyone know of an automated way to generate a dependancy tree? We have a fairly complicated list of jars that needs to be cleaned up for a migration to m2. I'm looking for a way to reduce the overhead

RE: generate dependancies

2005-10-11 Thread Jason van Zyl
PROTECTED] Sent: Wednesday, October 12, 2005 3:40 AM To: Maven Users List Subject: Re: generate dependancies On Tue, 2005-10-11 at 11:47 -0400, Brian E. Fox wrote: Does anyone know of an automated way to generate a dependancy tree? We have a fairly complicated list of jars that needs

RE: generate dependancies

2005-10-11 Thread Brian E. Fox
Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 4:35 AM To: Maven Users List Subject: RE: generate dependancies On Tue, 2005-10-11 at 14:49 -0400, Brian E. Fox wrote: Kindof. We are moving from ANT and have a lib folder with 100+ jars. I'd like

RE: generate dependancies

2005-10-11 Thread Jason van Zyl
To: Maven Users List Subject: RE: generate dependancies On Tue, 2005-10-11 at 14:49 -0400, Brian E. Fox wrote: Kindof. We are moving from ANT and have a lib folder with 100+ jars. I'd like to visually see which ones we directly depend on and then have a tree that shows what those depend on. I

Re: generate dependancies

2005-10-11 Thread Brett Porter
. That's not to say what you suggest isn't an awesome idea. -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 12, 2005 4:35 AM To: Maven Users List Subject: RE: generate dependancies On Tue, 2005-10-11 at 14:49 -0400, Brian E. Fox wrote

RE: generate dependancies

2005-10-11 Thread Brian E. Fox
: generate dependancies Yes, the best approach here is with m2. You only need to enter the top level dependencies, and it will gather the rest for you (assuming each of those dependencies is already known in the repository). You can then output that tree using -X and see what you get, much like

Re: generate dependancies

2005-10-11 Thread Brett Porter
: Tuesday, October 11, 2005 8:16 PM To: Maven Users List; [EMAIL PROTECTED] Subject: Re: generate dependancies Yes, the best approach here is with m2. You only need to enter the top level dependencies, and it will gather the rest for you (assuming each of those dependencies is already known