Re: path performance

2006-10-18 Thread Peter Reilly
On 10/18/06, Kevin Cline <[EMAIL PROTECTED]> wrote: On 10/18/06, Dominique Devienne <[EMAIL PROTECTED]> wrote: > > > Timing indicates that ant is spending 30 seconds per test to walk the > lib > > tree building the classpath. Does anyone have a solution to this > problem? > > Frankly, that sound

Re: path performance

2006-10-18 Thread Kevin Cline
On 10/18/06, Dominique Devienne <[EMAIL PROTECTED]> wrote: > Timing indicates that ant is spending 30 seconds per test to walk the lib > tree building the classpath. Does anyone have a solution to this problem? Frankly, that sounds a bit fishy ;-) Unless your hierarchy is exceedingly large

Re: path performance

2006-10-18 Thread Dominique Devienne
Timing indicates that ant is spending 30 seconds per test to walk the lib tree building the classpath. Does anyone have a solution to this problem? Frankly, that sounds a bit fishy ;-) Unless your hierarchy is exceedingly large in ${lib.dir}, it's unlikely it's the fileset scan that's taking so

Re: path performance

2006-10-18 Thread Kevin Cline
On 10/18/06, David Corley (AT/LMI) <[EMAIL PROTECTED]> wrote: Hey Kevin, If you put all of your tests into a Junit testsuite, and use the paremeter of the task, junit will load the classpath once and use it for all tests. Sometimes this isn't possible because of dependency issues betwe

RE: path performance

2006-10-17 Thread David Corley \(AT/LMI\)
ereof. -Original Message- From: Kevin Cline [mailto:[EMAIL PROTECTED] Sent: 18 October 2006 00:16 To: user@ant.apache.org Subject: path performance I am working on a complex project with a LOT of JARs on the classpath. Currently we are using this path el

RE: path performance

2006-10-17 Thread Chun Ji
apache.org Subject: path performance Importance: Low I am working on a complex project with a LOT of JARs on the classpath. Currently we are using this path element: This path is used in

path performance

2006-10-17 Thread Kevin Cline
I am working on a complex project with a LOT of JARs on the classpath. Currently we are using this path element: This path is used in this junit element: