Advertisement
Guest User

Untitled

a guest
Nov 10th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1.  
  2. C:\Users\Hina\Desktop\OpenMRS\openmrs-core\openmrs-module-legacyui>mvn clean install
  3. [INFO] Scanning for projects...
  4. [INFO] ------------------------------------------------------------------------
  5. [INFO] Reactor Build Order:
  6. [INFO]
  7. [INFO] Legacy UI Module [pom]
  8. [INFO] Legacy UI Module API [jar]
  9. [INFO] Legacy UI Module OMOD [jar]
  10. [INFO]
  11. [INFO] --------------------< org.openmrs.module:legacyui >---------------------
  12. [INFO] Building Legacy UI Module 1.6.0-SNAPSHOT [1/3]
  13. [INFO] --------------------------------[ pom ]---------------------------------
  14. [INFO]
  15. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ legacyui ---
  16. [INFO]
  17. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ legacyui ---
  18. [INFO] Updating license headers...
  19. [INFO]
  20. [INFO] --- maven-install-plugin:2.4:install (default-install) @ legacyui ---
  21. [INFO] Installing C:\Users\Hina\Desktop\OpenMRS\openmrs-core\openmrs-module-legacyui\pom.xml to C:\Users\Hina\.m2\repository\or
  22. g\openmrs\module\legacyui\1.6.0-SNAPSHOT\legacyui-1.6.0-SNAPSHOT.pom
  23. [INFO]
  24. [INFO] ------------------< org.openmrs.module:legacyui-api >-------------------
  25. [INFO] Building Legacy UI Module API 1.6.0-SNAPSHOT [2/3]
  26. [INFO] --------------------------------[ jar ]---------------------------------
  27. [INFO]
  28. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ legacyui-api ---
  29. [INFO] Deleting C:\Users\Hina\Desktop\OpenMRS\openmrs-core\openmrs-module-legacyui\api\target
  30. [INFO]
  31. [INFO] --- license-maven-plugin:3.0:format (format-license-header) @ legacyui-api ---
  32. [INFO] Updating license headers...
  33. [INFO]
  34. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ legacyui-api ---
  35. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  36. [INFO] Copying 3 resources
  37. [INFO]
  38. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ legacyui-api ---
  39. [INFO] Changes detected - recompiling the module!
  40. [INFO] Compiling 1 source file to C:\Users\Hina\Desktop\OpenMRS\openmrs-core\openmrs-module-legacyui\api\target\classes
  41. [INFO] -------------------------------------------------------------
  42. [ERROR] COMPILATION ERROR :
  43. [INFO] -------------------------------------------------------------
  44. [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
  45. [INFO] 1 error
  46. [INFO] -------------------------------------------------------------
  47. [INFO] ------------------------------------------------------------------------
  48. [INFO] Reactor Summary for Legacy UI Module 1.6.0-SNAPSHOT:
  49. [INFO]
  50. [INFO] Legacy UI Module ................................... SUCCESS [ 1.128 s]
  51. [INFO] Legacy UI Module API ............................... FAILURE [ 1.549 s]
  52. [INFO] Legacy UI Module OMOD .............................. SKIPPED
  53. [INFO] ------------------------------------------------------------------------
  54. [INFO] BUILD FAILURE
  55. [INFO] ------------------------------------------------------------------------
  56. [INFO] Total time: 3.330 s
  57. [INFO] Finished at: 2019-11-10T14:28:21+05:00
  58. [INFO] ------------------------------------------------------------------------
  59. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project legacyui
  60. -api: Compilation failure
  61. [ERROR] No compiler is provided in this environment. Perhaps you are running on a JRE rather than a JDK?
  62. [ERROR]
  63. [ERROR] -> [Help 1]
  64. [ERROR]
  65. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  66. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  67. [ERROR]
  68. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  69. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  70. [ERROR]
  71. [ERROR] After correcting the problems, you can resume the build with the command
  72. [ERROR] mvn <args> -rf :legacyui-api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement