>>>>> "DH" == Diane Holt <[EMAIL PROTECTED]> writes:

 DH> In Javac.java, there's a boolean, addRuntime, which is set true
 DH> for jikes (which I use)

This is there, because you need the runtime classes in the classpath
to compile anything. javac adds them itself while jikes doesn't -
that's what the boolean is for.

In your case you don't really want to exclude the runtime classes but
specify a different library of runtime classes than the ones Ant would
add.

I think what you want to achieve could be done by specifying the
alternate runtime library in the bootclasspath of the javac task. Does
this work?

Stefan

Reply via email to