Created
September 16, 2013 19:38
-
-
Save lholmquist/6585487 to your computer and use it in GitHub Desktop.
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
running this: | |
~/develop/projects/aerogear-simplepush-server(branch:master) » mvn install -DskipTests=true | |
gives me this: | |
[INFO] Changes detected - recompiling the module! | |
[INFO] Compiling 32 source files to /Users/lholmquist/develop/projects/aerogear-simplepush-server/netty-codec-sockjs/target/test-classes | |
[INFO] ------------------------------------------------------------- | |
[ERROR] COMPILATION ERROR : | |
[INFO] ------------------------------------------------------------- | |
[ERROR] /Users/lholmquist/develop/projects/aerogear-simplepush-server/netty-codec-sockjs/src/test/java/org/jboss/aerogear/io/netty/handler/codec/sockjs/protocol/StubEmbeddedEventLoop.java:[121,23] reference to next is ambiguous, both method next() in io.netty.channel.EventLoopGroup and method next() in io.netty.util.concurrent.EventExecutor match | |
[INFO] 1 error | |
[INFO] ------------------------------------------------------------- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Reactor Summary: | |
[INFO] | |
[INFO] AeroGear SimplePush Server Parent ................. SUCCESS [1.935s] | |
[INFO] AeroGear SimplePush Server Protocol ............... SUCCESS [2.667s] | |
[INFO] AeroGear SimplePush Server API .................... SUCCESS [1.939s] | |
[INFO] AeroGear SimplePush Server Core ................... SUCCESS [4.601s] | |
[INFO] AeroGear Netty SockJS Codec ....................... FAILURE [3.470s] | |
[INFO] AeroGear SimplePush Server Netty .................. SKIPPED | |
[INFO] AeroGear SimplePush Server Vert.x ................. SKIPPED | |
[INFO] AeroGear SimplePush Server WildFly ................ SKIPPED | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 15.331s | |
[INFO] Finished at: Mon Sep 16 15:36:50 EDT 2013 | |
[INFO] Final Memory: 13M/81M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.0:testCompile (default-testCompile) on project aerogear-netty-codec-sockjs: Compilation failure | |
[ERROR] /Users/lholmquist/develop/projects/aerogear-simplepush-server/netty-codec-sockjs/src/test/java/org/jboss/aerogear/io/netty/handler/codec/sockjs/protocol/StubEmbeddedEventLoop.java:[121,23] reference to next is ambiguous, both method next() in io.netty.channel.EventLoopGroup and method next() in io.netty.util.concurrent.EventExecutor match | |
[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 | |
[ERROR] | |
[ERROR] After correcting the problems, you can resume the build with the command | |
[ERROR] mvn <goals> -rf :aerogear-netty-codec-sockjs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment