]
James Perkins updated LOGTOOL-66:
---------------------------------
Git Pull Request: (was:
Investigate warning messages about annotations and properties on JDK
7
----------------------------------------------------------------------
Key: LOGTOOL-66
URL:
https://issues.jboss.org/browse/LOGTOOL-66
Project: Log Tool
Issue Type: Task
Reporter: James Perkins
Assignee: James Perkins
Seeing odd messages like:
{code}
[javac] warning: No processor claimed any of these annotations:
org.jboss.logging.annotations.Cause,org.jboss.logging.annotations.LogMessage,org.jboss.logging.annotations.Message
[WARNING] The following options were not recognized by any processor:
'[generatedTranslationFilesPath]'
{code}
There were some changes in APT in JDK 7. Some information here
http://docs.oracle.com/javase/7/docs/technotes/tools/solaris/javac.html. This could be a
mix of using the annotations and returning different values in the methods for the
annotation processor.