Andrew John Hughes writes: > Our com.sun.tools.javac.Main wrapper fails in the majority > of cases (e.g. via Ant) because of a lack of a bootclasspath. > With this patch I can build code via ant using this wrapper. > > Changelog: > > 2007-10-12 Andrew John Hughes <[EMAIL PROTECTED]> > > PR classpath/33385: > * tools/com/sun/tools/javac/Main.java: > Add bootclasspath and 1.5 options so the compiler > can run.
Oddly, we've been building via Ant for years now, without needing this patch. You're doing something wrong. Andrew.