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.