Thanks Olivier: I was using version ecj version 3.6.1. Updating to the latest version of ecj from the eclipse i-build solved the issue.
Regards, Guillermo ---------------------------------------------- Emerging Internet Technology Group gcab...@us.ibm.com Office: +1-512-973-1973 (T/L: 363-1973) Mobile: +1-956-522-0988 From: Mark Hindess <mark.hind...@googlemail.com> To: dev@harmony.apache.org Date: 10/13/2010 04:33 PM Subject: Re: [testing] Type <x> already defined error in Harmony6 Olivier Thomann writes: > > Guillermo Cabrera <gcab...@us.ibm.com> wrote on 2010-10-13 17:05:23: > > 1. ERROR > > in /home/harmony/Hadoop-Versions/hadoop-0.21.0/common/src/java/org/ > > apache/hadoop/classification/tools/package-info.java > > (at line 1) > > /* > > ^ > > The type package-info is already defined > > > > It is worth mentioning that the Hadoop common project has 12 > > package-info.java files but under different directories/packages. > > This might be related to this bug: > https://bugs.eclipse.org/bugs/show_bug.cgi?id=322789 > > I don't know what version of ecj you are using, but it might be worth > updating it. Thanks Olivier. That does seem likely. I update ecj to 3.6.1 last week (prior to that we were on 3.5.1 which might be worth trying). It looks like the fix is only in nightly builds. Regards, Mark.