Failure to build project in netbeans

Asked

Viewed 179 times

0

when executed works normally but when I call clean and build it shows this error:

warning: Supported source version 'RELEASE_6' from annotation processor 

'org.eclipse.persistence.internal.jpa.modelgen.CanonicalModelProcessor' less than -source '1.7'
Note: Creating static metadata factory ...
Note: Optional file was not found: META-INF/orm.xml continuing with generation.
Note: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation.
Note: Hibernate JPA 2 Static-Metamodel Generator 4.3.1.Final
error: Problem with Filer: Attempt to recreate a file for type br.com.unuead.solicita.dominio.entidade.Servidor_
error: Problem with Filer: Attempt to recreate a file for type br.com.unuead.solicita.dominio.entidade.ConfiguraInscricao_
error: Problem with Filer: Attempt to recreate a file for type br.com.unuead.solicita.dominio.entidade.Usuario_
3 errors
1 warning
  • What version of Java are you running? cmd: java -version.

  • 1.8.0_161, so I did something here but I still have a flea behind my ear because I did some research and deactivated in netbeans on the compilation property the checkbox "Enable Annotation Process" that solved it cleaned and built normally, but this can affect something in the project ?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.