On Sat, 2005-10-22 at 12:43 -0700, Anthony Green wrote: > I've done this now: https://bugs.eclipse.org/bugs/show_bug.cgi?id=113458 > > I needed to patch Eclipse in order to build Batik. That bugzilla entry > includes a patch against Eclipse 3.1.1. Ok, apparently this is wrong. The JDK 1.5 documentation seems to clear up once and for all the search order for classes. So, it seems like that way to deal with this is to force the problem package onto the endorsed dir path. Is there even any way to specify this to the eclipse compiler from the ant command line? AG