This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFC] Mass commit class files
- From: Keith Seitz <keiths at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Mon, 18 Jun 2007 15:35:44 -0700
- Subject: Re: [RFC] Mass commit class files
- References: <4676F771.2080803@redhat.com> <4676FA2F.50807@avtrex.com>
David Daney wrote:
Are you sure you are using the proper ecj version? This seems odd.
Hmm. No, I guess I'm not sure what the proper version is. I've got a
version of ecj in my path from FC6 (ecj -v tells me it is 3.2.2). I've
tried builds with that, and all the class files get regenerated.
When I replace it with the one I download using the
gcc/contrib/download_ecj jar, ecj -v tells me it is 3.3.0 milestone 3.
It generates all new class files.
Perhaps I am doing something else wrong? Am I the only person whose
build shows all these class files as regenerated?
Keith