Hi,
Afer some experimenting I found
a solution which works for me ...
Holger Brands wrote:
>
> Hi,
>
> The javac-task has an option for specifying
> the bootclasspath, the java-task has not.
>
> How can I change this path with the java task ?
>
Something like this seems to work:
<path id="myid" >
....
<\path>
<property name="expanded" refid="myid" />
<java ...>
<jvmarg value="-Xbootclasspath:${expanded}"/>
...
<\java>
But I am not sure if it is portable ...
Bye,
Holger
-----------
Holger Brands
University of Koblenz-Landau
Germany