>>>>> "Brett" == Brett Neumeier <bneume...@gmail.com> writes:
Brett> Are there any plans to publish the source code along with the binary Brett> jar file? In the meantime, where can I find the source code for the Brett> current ecj, as needed by gcc? Is there a source repository I can get Brett> to? Yes, check out the eclipse-gcj module from rhug CVS (sourceware.org:/cvs/rhug). This module holds some changes to ecj, plus a script to check out the proper upstream version. You can get the sources with: make login make checkout When we prepare a new version of ecj for use with gcj, we update the tag in this module, check out a new version from upstream, then hack on GCCMain.java until it works. Tom