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

>> 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.
> 
> Part of my question is how to use a classpathref here.

<property name="path.as.property" refid="your-ref"/>
<junit fork="true"...>
  ...
  <jvmarg value="-Xbootclasspath:${path.as.property}"/>
</junit>

Stefan

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

Reply via email to