Skip to content

Instantly share code, notes, and snippets.

@lholmquist
Created July 12, 2013 13:09
Show Gist options
  • Save lholmquist/5984348 to your computer and use it in GitHub Desktop.
Save lholmquist/5984348 to your computer and use it in GitHub Desktop.
lincolnhawk:server-netty lholmquist$ mvn clean install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building AeroGear SimplePush Server Netty 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ aerogear-simplepush-server-netty ---
[INFO] Deleting /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/target
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ aerogear-simplepush-server-netty ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ aerogear-simplepush-server-netty ---
[INFO] Compiling 9 source files to /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/main/java/org/jboss/aerogear/simplepush/server/netty/NotificationHandler.java:[55,7] error: NotificationHandler is not abstract and does not override abstract method channelRead0(ChannelHandlerContext,Object) in SimpleChannelInboundHandler
[ERROR] /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/main/java/org/jboss/aerogear/simplepush/server/netty/NotificationHandler.java:[76,19] error: cannot find symbol
[ERROR] variable ctx of type ChannelHandlerContext
/Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/main/java/org/jboss/aerogear/simplepush/server/netty/NotificationHandler.java:[79,15] error: cannot find symbol
[ERROR] variable ctx of type ChannelHandlerContext
/Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/main/java/org/jboss/aerogear/simplepush/server/netty/NotificationHandler.java:[68,4] error: method does not override or implement a method from a supertype
[INFO] 4 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.693s
[INFO] Finished at: Fri Jul 12 09:08:14 EDT 2013
[INFO] Final Memory: 8M/125M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project aerogear-simplepush-server-netty: Compilation failure: Compilation failure:
[ERROR] /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/main/java/org/jboss/aerogear/simplepush/server/netty/NotificationHandler.java:[55,7] error: NotificationHandler is not abstract and does not override abstract method channelRead0(ChannelHandlerContext,Object) in SimpleChannelInboundHandler
[ERROR]
[ERROR] /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/main/java/org/jboss/aerogear/simplepush/server/netty/NotificationHandler.java:[76,19] error: cannot find symbol
[ERROR]
[ERROR] variable ctx of type ChannelHandlerContext
[ERROR] /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/main/java/org/jboss/aerogear/simplepush/server/netty/NotificationHandler.java:[79,15] error: cannot find symbol
[ERROR]
[ERROR] variable ctx of type ChannelHandlerContext
[ERROR] /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/main/java/org/jboss/aerogear/simplepush/server/netty/NotificationHandler.java:[68,4] error: method does not override or implement a method from a supertype
[ERROR] -> [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/MojoFailureException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment