Advertisement
Guest User

Untitled

a guest
Feb 7th, 2018
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. [INFO] --- gwt-maven-plugin:1.0-rc-6:compile (default-compile) @ closure-compiler-gwt ---
  2. [INFO] Compiling module com.google.JsComp
  3. [INFO] [ERROR] Hint: Check that your module inherits 'com.google.gwt.core.Core' either directly or indirectly (most often by inheriting module 'com.google.gwt.user.User')
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Reactor Summary:
  6. [INFO]
  7. [INFO] Closure Compiler Parent ............................ SUCCESS [ 0.310 s]
  8. [INFO] Closure Compiler Externs ........................... SUCCESS [ 1.130 s]
  9. [INFO] Closure Compiler GWT App ........................... FAILURE [ 43.368 s]
  10. [INFO] Closure Compiler Main .............................. SKIPPED
  11. [INFO] Closure Compiler Linter ............................ SKIPPED
  12. [INFO] Closure Compiler Unshaded .......................... SKIPPED
  13. [INFO] Closure Compiler ................................... SKIPPED
  14. [INFO] ------------------------------------------------------------------------
  15. [INFO] BUILD FAILURE
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Total time: 46.002 s
  18. [INFO] Finished at: 2018-02-07T16:33:02+08:00
  19. [INFO] Final Memory: 19M/65M
  20. [INFO] ------------------------------------------------------------------------
  21. [ERROR] Failed to execute goal net.ltgt.gwt.maven:gwt-maven-plugin:1.0-rc-6:compile (default-compile) on project closure-compiler-gwt: GWT Compiler exited with status 1 -> [Help 1]
  22. [ERROR]
  23. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  24. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  25. [ERROR]
  26. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  27. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  28. [ERROR]
  29. [ERROR] After correcting the problems, you can resume the build with the command
  30. [ERROR] mvn <goals> -rf :closure-compiler-gwt
  31. ==> ERROR: A failure occurred in build().
  32. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement