Advertisement
Guest User

Untitled

a guest
Jul 5th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. T E S T S
  2. -------------------------------------------------------
  3. Running org.openmrs.module.appointmentschedulingui.AppointmentSchedulingUIActivatorTest
  4. log4j:WARN No appenders could be found for logger (org.springframework.test.context.junit4.SpringJUnit4ClassRunner).
  5. log4j:WARN Please initialize the log4j system properly.
  6. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.695 sec
  7. Running org.openmrs.module.appointmentschedulingui.htmlformentry.AppointmentCheckInElementTest
  8. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.404 sec
  9. Running org.openmrs.module.appointmentschedulingui.htmlformentry.AppointmentCheckInSubmissionActionTest
  10. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec
  11. Running org.openmrs.module.appointmentschedulingui.htmlformentry.AppointmentCheckInTagComponentTest
  12. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.159 sec
  13. Running org.openmrs.module.appointmentschedulingui.reporting.converter.AppointmentStatusToLocalizedStatusTypeConverterTest
  14. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.792 sec
  15. Running org.openmrs.module.appointmentschedulingui.reporting.library.AppointmentSchedulingUIDataSetDefinitionLibraryTest
  16. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.363 sec
  17.  
  18. Results :
  19.  
  20. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
  21.  
  22. [INFO]
  23. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ appointmentschedulingui-api ---
  24. [INFO] Building jar: E:\openmrs\openmrs-module-appointmentschedulingui\api\target\appointmentschedulingui-api-1.4-SNAPSHOT.jar
  25. [INFO]
  26. [INFO] --- maven-install-plugin:2.4:install (default-install) @ appointmentschedulingui-api ---
  27. [INFO] Installing E:\openmrs\openmrs-module-appointmentschedulingui\api\target\appointmentschedulingui-api-1.4-SNAPSHOT.jar to C:\Users\Hossam Ali\.m2\repository\org\openmrs\module\appointmentschedulingui-api\1.4-SNAPSHOT\appointmentschedulingui-api-1.4-SNAPSHOT.jar
  28. [INFO] Installing E:\openmrs\openmrs-module-appointmentschedulingui\api\pom.xml to C:\Users\Hossam Ali\.m2\repository\org\openmrs\module\appointmentschedulingui-api\1.4-SNAPSHOT\appointmentschedulingui-api-1.4-SNAPSHOT.pom
  29. [INFO]
  30. [INFO] ------------------------------------------------------------------------
  31. [INFO] Building Appointment Scheduling UI Module OMOD 1.4-SNAPSHOT
  32. [INFO] ------------------------------------------------------------------------
  33. [INFO]
  34. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ appointmentschedulingui-omod ---
  35. [INFO] Deleting E:\openmrs\openmrs-module-appointmentschedulingui\omod\target
  36. [INFO]
  37. [INFO] --- maven-openmrs-plugin:1.0.1:initialize-module (init) @ appointmentschedulingui-omod ---
  38. [INFO]
  39. [INFO] --- maven-antrun-plugin:1.7:run (default) @ appointmentschedulingui-omod ---
  40. [INFO] Executing tasks
  41.  
  42. building:
  43. [echo]
  44. [exec] 'npm' is not recognized as an internal or external command,
  45. [exec] operable program or batch file.
  46. [INFO] ------------------------------------------------------------------------
  47. [INFO] Reactor Summary:
  48. [INFO]
  49. [INFO] Appointment Scheduling UI Module ................... SUCCESS [ 0.380 s]
  50. [INFO] Appointment Scheduling UI Module API ............... SUCCESS [ 38.627 s]
  51. [INFO] Appointment Scheduling UI Module OMOD .............. FAILURE [ 2.633 s]
  52. [INFO] ------------------------------------------------------------------------
  53. [INFO] BUILD FAILURE
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] Total time: 43.896 s
  56. [INFO] Finished at: 2016-07-05T16:43:47+02:00
  57. [INFO] Final Memory: 37M/215M
  58. [INFO] ------------------------------------------------------------------------
  59. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-antrun-plugin:1.7:run (default) on project appointmentschedulingui-omod: An Ant BuildException has occured: exec returned: 1
  60. [ERROR] around Ant part ...<exec failonerror="true" dir="E:\openmrs\openmrs-module-appointmentschedulingui\omod" executable="cmd" osfamily="windows">... @ 5:125 in E:\openmrs\openmrs-module-appointmentschedulingui\omod\target\antrun\build-building.xml
  61. [ERROR] -> [Help 1]
  62. [ERROR]
  63. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  64. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  65. [ERROR]
  66. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  67. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
  68. [ERROR]
  69. [ERROR] After correcting the problems, you can resume the build with the command
  70. [ERROR] mvn <goals> -rf :appointmentschedulingui-omod
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement