On Thu, 7 Mar 2002, Brian English <[EMAIL PROTECTED]> wrote:

> What it doesn't do is actually add that value to the system
> classpath so that a later method can find the jar located in that
> path (the whole point of adding the classpath tag to the task).

Well, yes.  It is not supposed to do that, your task should take care
of it.

> Any suggestions on how to do that?

Take a look at Ant tasks that use nested classpath elements - most of
the time it involves creating an instance of
org.apache.tools.ant.AntClassLoader and getting your feet wet with the
beauty of class loaders.

Stefan

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

Reply via email to