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
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
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