Created
July 12, 2013 13:25
-
-
Save lholmquist/5984435 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
lincolnhawk:server-netty lholmquist$ mvn install | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building AeroGear SimplePush Server Netty 1.0.0-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[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 6 source files to /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/target/classes | |
[INFO] | |
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ aerogear-simplepush-server-netty --- | |
[debug] execute contextualize | |
[INFO] Using 'UTF-8' encoding to copy filtered resources. | |
[INFO] Copying 4 resources | |
[INFO] | |
[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ aerogear-simplepush-server-netty --- | |
[INFO] Compiling 6 source files to /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/target/test-classes | |
[INFO] ------------------------------------------------------------- | |
[ERROR] COMPILATION ERROR : | |
[INFO] ------------------------------------------------------------- | |
[ERROR] /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/test/java/org/jboss/aerogear/simplepush/server/netty/NotificationHandlerTest.java:[93,91] error: cannot find symbol | |
[ERROR] class DefaultSimplePushConfig | |
/Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/test/java/org/jboss/aerogear/simplepush/server/netty/SimplePushSockJSServiceTest.java:[153,79] error: cannot find symbol | |
[ERROR] class DefaultSimplePushConfig | |
/Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/test/java/org/jboss/aerogear/simplepush/server/netty/SimplePushSockJSServiceTest.java:[314,91] error: cannot find symbol | |
[ERROR] class DefaultSimplePushConfig | |
/Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/test/java/org/jboss/aerogear/simplepush/server/netty/SimplePushSockJSServiceTest.java:[471,79] error: cannot find symbol | |
[INFO] 4 errors | |
[INFO] ------------------------------------------------------------- | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] BUILD FAILURE | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] Total time: 3.323s | |
[INFO] Finished at: Fri Jul 12 09:24:38 EDT 2013 | |
[INFO] Final Memory: 7M/128M | |
[INFO] ------------------------------------------------------------------------ | |
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:testCompile (default-testCompile) on project aerogear-simplepush-server-netty: Compilation failure: Compilation failure: | |
[ERROR] /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/test/java/org/jboss/aerogear/simplepush/server/netty/NotificationHandlerTest.java:[93,91] error: cannot find symbol | |
[ERROR] | |
[ERROR] class DefaultSimplePushConfig | |
[ERROR] /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/test/java/org/jboss/aerogear/simplepush/server/netty/SimplePushSockJSServiceTest.java:[153,79] error: cannot find symbol | |
[ERROR] | |
[ERROR] class DefaultSimplePushConfig | |
[ERROR] /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/test/java/org/jboss/aerogear/simplepush/server/netty/SimplePushSockJSServiceTest.java:[314,91] error: cannot find symbol | |
[ERROR] | |
[ERROR] class DefaultSimplePushConfig | |
[ERROR] /Users/lholmquist/develop/projects/aerogear-simple-push-server/server-netty/src/test/java/org/jboss/aerogear/simplepush/server/netty/SimplePushSockJSServiceTest.java:[471,79] error: cannot find symbol | |
[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