Kind of like a addClassSourceToClasspath() method ;-) --DD

-----Original Message-----
From: Stefan Bodewig [mailto:[EMAIL PROTECTED]] 
Sent: Friday, January 24, 2003 10:25 AM
To: [EMAIL PROTECTED]
Subject: Re: Which task

On Fri, 24 Jan 2003, Dominique Devienne <[EMAIL PROTECTED]> wrote:

> Sure. What I don't understand is that you would pass an arg like
> "/junit/framework/TestCase.class" to a method called
> addClasspathEntry()

addClasspathEntry is the code that automagically add junit.jar,
ant.jar and optional.jar to the CLASSPATH of a forked <junit> VM.

We pass in the class (as resource), the method finds the corresponding
jar or directory and adds it to the classpath.

Stefan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to