Re: Executing junit tests with differing classpaths

2005-07-05 Thread Simon Kitching
On Sun, 2005-06-26 at 12:07 +0200, Stefan Bodewig wrote: > On Sun, 26 Jun 2005, Simon Kitching <[EMAIL PROTECTED]> wrote: > > > Am I right in thinking that the task provides no way for the > > classloader setup in the forked JVM to be tweaked before the test is > > executed? > > Not sure. You c

Re: Executing junit tests with differing classpaths

2005-06-26 Thread Stefan Bodewig
On Sun, 26 Jun 2005, Simon Kitching <[EMAIL PROTECTED]> wrote: > Am I right in thinking that the task provides no way for the > classloader setup in the forked JVM to be tweaked before the test is > executed? Not sure. You can pass a to the forked VM. You could turn your current classloader-l

Executing junit tests with differing classpaths

2005-06-25 Thread Simon Kitching
Hi, At the jakarta-commons-logging project we need to be able to execute various unit tests with different classpaths set. As an example test Test1 may need to have parent-classloader: lib1.jar child-classloader: lib2.jar, test-classes-dir The old way of executing unit tests is by using a t