WebSocket-Resources
WebSocket-Resources copied to clipboard
WebSocket-Resources INSTALL
When you try to install an error, which way to dig?
mvn install -Dgpg.skip=true
[WARNING] Some messages have been simplified; recompile with -Xdiags:verbose to get full output
[INFO] 1 warning
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /root/WebSocket-Resources/sample-server/src/main/java/org/whispersystems/websocket/sample/Server.java:[25,100] incompatible types: org.whispersystems.websocket.sample.ServerConfiguration cannot be converted to org.whispersystems.websocket.configuration.WebSocketConfiguration
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] WebSocket-Resources ................................ SUCCESS [ 9.392 s]
[INFO] WebSocket-Resources Sample Server Project .......... FAILURE [ 1.095 s]
[INFO] WebSocket-Resources Sample Client Project .......... SKIPPED
[INFO] Dropwizard Websocket Resources ..................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.668 s
[INFO] Finished at: 2017-05-30T22:51:12+03:00
[INFO] Final Memory: 31M/218M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project sample-server: Compilation failure
[ERROR] /root/WebSocket-Resources/sample-server/src/main/java/org/whispersystems/websocket/sample/Server.java:[25,100] incompatible types: org.whispersystems.websocket.sample.ServerConfiguration cannot be converted to org.whispersystems.websocket.configuration.WebSocketConfiguration
[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