On Fri, 17 Jan 2003, William E. Kempf <[EMAIL PROTECTED]> wrote:

> OK, I don't mind specififying the "bootclasspath" if that will help
> here, but how do I go about doing this in an Ant script using a
> classpath variable?

First of all, if you are not forking <junit>, it has to be on the
bootclasspath of the VM running Ant.  This can be done by specifying
java's -bootclasspath option in the ANT_OPTS environment variable.

If you are forking <junit>, you could specify the -bootclasspath
option as <jvmarg>.  Adding <bootclasspath> to side <classpath> to the
JUnit task could be a very valid enhancement request.

Stefan

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

Reply via email to