This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFC] Mass commit class files
Keith Seitz schrieb:
> David Daney wrote:
>
>> Try svn log on some of the offending class files. The last change for
>> most should be doko's classpath 0.95 merge I think. If something
>> looks suspicious, then ... I don't know what.
>
> The log shows that they were committed at the time of the merge by
> Matthias. Is it possible that he used an out-of-date ecj?
>
> So, never mind this, I guess. It's just something goofy in my build
> environment.
I did use the ecj jar downloaded with the included script. AFAICR if you do not
put that jar into the toplevel source directory, a jar
/usr/share/java/eclipse-ecj.jar gets picked up (which is the jar included in
your distribution). Maybe that explains the difference?
Matthias