Antwarnung: Implizit kompilierte Dateien unterliegen nicht der AnnotationsverarbeitungJava

Java-Forum
Anonymous
 Antwarnung: Implizit kompilierte Dateien unterliegen nicht der Annotationsverarbeitung

Post by Anonymous »

Ich erhalte diese Warnung beim Ausführen eines Ant -Build -Skripts (Ant 1.8.2, Java 1.6). < /p>

[javac] warning: Implicitly compiled files were not subject to annotation processing.
[javac] Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation.
[javac] 1 warning
< /code>

Hinzufügen < /code> Erzeugt: < /p>

[javac] error: Class names, 'implicit', are only accepted if annotation processing is explicitly requested
[javac] 1 error
< /code>

Hinzufügen < /code> Erzeugt: < /p>

[javac] javac: invalid flag: proc:none
[javac] Usage: javac
[javac] use -help for a list of possible options
< /code>

Kann jemand Licht darüber werfen, was die Warnung bedeutet und wie ich sie loswerden?

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post