Advertisement
Guest User

Untitled

a guest
Apr 24th, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.64 KB | None | 0 0
  1. T E S T S
  2. -------------------------------------------------------
  3. Running org.openmrs.module.dataintegrity.SendIntegrityCheckSummaryEmailTaskTest
  4. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.663 sec
  5.  
  6. Results :
  7.  
  8. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
  9.  
  10. [INFO]
  11. [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ dataintegrity-api ---
  12. [INFO] Building jar: /media/KJoseph/Projects/openMRS/Modules/openmrs-module-dataintegrity/api/target/dataintegrity-api-2.1-SNAPSHOT.jar
  13. [INFO]
  14. [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ dataintegrity-api ---
  15. [INFO] Installing /media/KJoseph/Projects/openMRS/Modules/openmrs-module-dataintegrity/api/target/dataintegrity-api-2.1-SNAPSHOT.jar to /home/k-joseph/.m2/repository/org/openmrs/module/dataintegrity-api/2.1-SNAPSHOT/dataintegrity-api-2.1-SNAPSHOT.jar
  16. [INFO] Installing /media/KJoseph/Projects/openMRS/Modules/openmrs-module-dataintegrity/api/pom.xml to /home/k-joseph/.m2/repository/org/openmrs/module/dataintegrity-api/2.1-SNAPSHOT/dataintegrity-api-2.1-SNAPSHOT.pom
  17. [INFO]
  18. [INFO] ------------------------------------------------------------------------
  19. [INFO] Building Data Integrity Module OMOD 2.1-SNAPSHOT
  20. [INFO] ------------------------------------------------------------------------
  21. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml
  22. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-install-plugin/maven-metadata.xml (528 B at 0.2 KB/sec)
  23. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml
  24. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-resources-plugin/maven-metadata.xml (686 B at 0.7 KB/sec)
  25. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml
  26. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-surefire-plugin/maven-metadata.xml (2 KB at 0.2 KB/sec)
  27. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/motech/openmrs/plugin/maven-openmrs-plugin/maven-metadata.xml
  28. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/motech/openmrs/plugin/maven-openmrs-plugin/maven-metadata.xml (358 B at 0.3 KB/sec)
  29. Downloading: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml
  30. Downloaded: http://mavenrepo.openmrs.org/nexus/content/repositories/public/org/apache/maven/plugins/maven-deploy-plugin/maven-metadata.xml (614 B at 0.1 KB/sec)
  31. [INFO]
  32. [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ dataintegrity-omod ---
  33. [INFO] Deleting /media/KJoseph/Projects/openMRS/Modules/openmrs-module-dataintegrity/omod/target
  34. [INFO]
  35. [INFO] --- maven-openmrs-plugin:1.0-RC4:initialize-module (default-initialize-module) @ dataintegrity-omod ---
  36. [INFO]
  37. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ dataintegrity-omod ---
  38. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  39. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  40. [INFO] Copying 9 resources
  41. [INFO] Copying 39 resources to web/module
  42. [INFO] Copying 0 resource to web/module
  43. [INFO] Copying 39 resources to web/module
  44. [INFO]
  45. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ dataintegrity-omod ---
  46. [INFO] Changes detected - recompiling the module!
  47. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  48. [INFO] Compiling 9 source files to /media/KJoseph/Projects/openMRS/Modules/openmrs-module-dataintegrity/omod/target/classes
  49. [WARNING] /media/KJoseph/Projects/openMRS/Modules/openmrs-module-dataintegrity/omod/src/main/java/org/openmrs/module/dataintegrity/web/controller/IntegrityScheduleFormController.java: Some input files use or override a deprecated API.
  50. [WARNING] /media/KJoseph/Projects/openMRS/Modules/openmrs-module-dataintegrity/omod/src/main/java/org/openmrs/module/dataintegrity/web/controller/IntegrityScheduleFormController.java: Recompile with -Xlint:deprecation for details.
  51. [INFO]
  52. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ dataintegrity-omod ---
  53. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  54. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  55. [INFO] Copying 3 resources
  56. [INFO] Copying 0 resource
  57. [INFO]
  58. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ dataintegrity-omod ---
  59. [INFO] Changes detected - recompiling the module!
  60. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  61. [INFO] Compiling 1 source file to /media/KJoseph/Projects/openMRS/Modules/openmrs-module-dataintegrity/omod/target/test-classes
  62. [INFO]
  63. [INFO] --- maven-surefire-plugin:2.14.1:test (default-test) @ dataintegrity-omod ---
  64. [INFO] Surefire report directory: /media/KJoseph/Projects/openMRS/Modules/openmrs-module-dataintegrity/omod/target/surefire-reports
  65.  
  66. -------------------------------------------------------
  67. T E S T S
  68. -------------------------------------------------------
  69. Running org.openmrs.module.dataintegrity.DataIntegrityServiceTest
  70. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.469 sec
  71.  
  72. Results :
  73.  
  74. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
  75.  
  76. [INFO]
  77. [INFO] --- maven-openmrs-plugin:1.0-RC4:package-module (default-package-module) @ dataintegrity-omod ---
  78. [INFO] Packaging OpenMRS module
  79. [INFO] Building jar: /media/KJoseph/Projects/openMRS/Modules/openmrs-module-dataintegrity/omod/target/dataintegrity-2.1-SNAPSHOT.omod
  80. [INFO]
  81. [INFO] --- maven-openmrs-plugin:1.0-RC4:verify-module (default-verify-module) @ dataintegrity-omod ---
  82. [INFO] ------------------------------------------------------------------------
  83. [INFO] Reactor Summary:
  84. [INFO]
  85. [INFO] Data Integrity Module ............................. SUCCESS [5.414s]
  86. [INFO] Data Integrity Module API ......................... SUCCESS [26.636s]
  87. [INFO] Data Integrity Module OMOD ........................ FAILURE [39.266s]
  88. [INFO] ------------------------------------------------------------------------
  89. [INFO] BUILD FAILURE
  90. [INFO] ------------------------------------------------------------------------
  91. [INFO] Total time: 1:13.292s
  92. [INFO] Finished at: Wed Apr 24 19:30:52 EAT 2013
  93. [INFO] Final Memory: 34M/317M
  94. [INFO] ------------------------------------------------------------------------
  95. [ERROR] Failed to execute goal org.motech.openmrs.plugin:maven-openmrs-plugin:1.0-RC4:verify-module (default-verify-module) on project dataintegrity-omod: omod portlets dir doesn't exist -> [Help 1]
  96. [ERROR]
  97. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  98. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  99. [ERROR]
  100. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  101. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  102. [ERROR]
  103. [ERROR] After correcting the problems, you can resume the build with the command
  104. [ERROR] mvn <goals> -rf :dataintegrity-omod
  105. k-joseph@joseph:/media/KJoseph/Projects/openMRS/Modules/openmrs-module-dataintegrity$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement