Created
September 28, 2016 03:50
-
-
Save lhanson/5092ccdaec5f5060369f26736cd2c08d to your computer and use it in GitHub Desktop.
Artifact Listener - Eclipse "processor all.launch" output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] Scanning for projects... | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Build Order: | |
[INFO] | |
[INFO] Artifact Listener | |
[INFO] Artifact Listener - Core | |
[INFO] Artifact Listener - Init | |
[INFO] Artifact Listener - Web Application | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Artifact Listener 0.1-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-processor-plugin:2.2.4:process (default-cli) @ maven-artifact-notifier --- | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Artifact Listener - Core 0.1-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-processor-plugin:2.2.4:process (default-cli) @ maven-artifact-notifier-core --- | |
Got no type for fr.openwide.core.jpa.business.generic.model.GenericEntity<java.lang.Long,G> | |
Got no type for fr.openwide.core.jpa.business.generic.model.GenericEntity<java.lang.Long,U> | |
Got no type for fr.openwide.core.jpa.business.generic.model.GenericEntity<java.lang.Long,G> | |
Got no type for fr.openwide.core.jpa.business.generic.model.GenericEntity<java.lang.Long,E> | |
Got no type for fr.openwide.core.jpa.security.business.person.model.GenericUser<U,G> | |
[WARNING] diagnostic: warning: Supported source version 'RELEASE_6' from annotation processor 'org.bindgen.processor.Processor' less than -source '1.8' | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Artifact Listener - Init 0.1-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-processor-plugin:2.2.4:process (default-cli) @ maven-artifact-notifier-init --- | |
[WARNING] diagnostic: warning: Supported source version 'RELEASE_6' from annotation processor 'org.bindgen.processor.Processor' less than -source '1.8' | |
[WARNING] diagnostic: warning: The following options were not recognized by any processor: '[addSuppressWarningsAnnotation, fullyAnnotationConfigured]' | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building Artifact Listener - Web Application 0.1-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-processor-plugin:2.2.4:process (default-cli) @ maven-artifact-notifier-webapp --- | |
[WARNING] diagnostic: warning: Supported source version 'RELEASE_6' from annotation processor 'org.bindgen.processor.Processor' less than -source '1.8' | |
[ERROR] diagnostic: /workspace/eclipse/artifact-listener/maven-artifact-notifier-webapp/src/main/java/fr/openwide/maven/artifact/notifier/web/application/renderer/service/RendererServiceImpl.java:3: error: cannot find symbol | |
import fr.openwide.core.wicket.more.rendering.service.AbstractRendererServiceImpl; | |
^ | |
symbol: class AbstractRendererServiceImpl | |
location: package fr.openwide.core.wicket.more.rendering.service | |
[ERROR] diagnostic: /workspace/eclipse/artifact-listener/maven-artifact-notifier-webapp/src/main/java/fr/openwide/maven/artifact/notifier/web/application/renderer/service/RendererServiceImpl.java:6: error: cannot find symbol | |
public class RendererServiceImpl extends AbstractRendererServiceImpl { | |
^ | |
symbol: class AbstractRendererServiceImpl | |
[WARNING] diagnostic: warning: The following options were not recognized by any processor: '[addSuppressWarningsAnnotation, fullyAnnotationConfigured]' | |
[ERROR] error on execute: error during compilation | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] Artifact Listener .................................. SUCCESS [ 0.221 s] | |
[INFO] Artifact Listener - Core ........................... SUCCESS [ 2.649 s] | |
[INFO] Artifact Listener - Init ........................... SUCCESS [ 0.167 s] | |
[INFO] Artifact Listener - Web Application ................ FAILURE [ 0.599 s] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 3.881 s | |
[INFO] Finished at: 2016-09-27T22:46:22-05:00 | |
[INFO] Final Memory: 40M/258M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.bsc.maven:maven-processor-plugin:2.2.4:process (default-cli) on project maven-artifact-notifier-webapp: Error executing: error during compilation -> [Help 1] | |
[ERROR] | |
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. | |
[ERROR] Re-run Maven using the -X switch to enable full debug logging. | |
[ERROR] | |
[ERROR] For more information about the errors and possible solutions, please read the following articles: | |
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException | |
[ERROR] | |
[ERROR] After correcting the problems, you can resume the build with the command | |
[ERROR] mvn <goals> -rf :maven-artifact-notifier-webapp |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment