dev-eclipse: Add another build error example related to auto-annotation

The error already mentioned in the documentation is the one shown in
the Eclipse error log. However most people will first see the compilation
error and try to find the solution for that.

Add an example compilation error to make it easier to find.

Change-Id: I3fce47ecfc39ab470f811d23a0989863b88dce7b
This commit is contained in:
David Pursehouse 2016-08-19 16:26:43 +09:00
parent 470984e1d3
commit 1023b26eaa

View File

@ -24,6 +24,12 @@ build is likely to fail with errors like:
Could not write generated class ... javax.annotation.processing.FilerException: Source file already created
----
and
----
AutoAnnotation_Commands_named cannot be resolved to a type
----
In Eclipse, choose 'Import existing project' and select the `gerrit` project
from the current working directory.