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\)
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 between tests, but give it a whirl. /Dave This communication is co

RE: path performance

2006-10-17 Thread Chun Ji
Have you tried "testNG", it may load all these jar files once, for all the test cases. and it can be executed through ant and lots of other features. -cji -Original Message- From: Kevin Cline [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 17, 2006 3:16 PM To: user@ant.apache.org Sub