Diane Holt wrote: > > You might want to see what happens with whether the > submitted reworked <javac> task is committed, and > if it is, work within that to implement your change, > since the reworked one also deals with how the > classpath is generated, offering attributes that > determine whether the Java runtime and Ant classes > are even included at all.
I assume you are talking about the patch from Jay Dickon Glanville? If so, thanks for the pointer. It looks like pretty much the exact same change would be required - this method simply moved from javac to DefaultCompilerAdapter. - Sam Ruby P.S. After a quick glance, it appears that the Jikes code is missing the output parsing and batching of input files to work around Windows limitations.
