Advertisement
Guest User

Untitled

a guest
Apr 26th, 2011
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.59 KB | None | 0 0
  1. /usr/lib/jvm/java-6-sun-1.6.0.24/jre/bin/java -Dclassworlds.conf=/usr/share/maven2/bin/m2.conf -Dmaven.home=/usr/share/maven2 -Didea.launcher.port=7538 -Didea.launcher.bin.path=/home/suho/proj/idea-IU/bin -Dfile.encoding=UTF-8 -classpath /usr/share/maven2/boot/classworlds.jar:/home/suho/proj/idea-IU/lib/idea_rt.jar com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher --no-plugin-registry --fail-fast --no-plugin-updates --strict-checksums --update-snapshots -f /home/suho/proj/proj/OpenMRSMessage/pom.xml clean install
  2. + Enabling strict checksum verification on all artifact downloads.
  3. [INFO] Scanning for projects...
  4. [INFO] Reactor build order:
  5. [INFO] Messaging Module
  6. [INFO] Messaging Module API
  7. [INFO] Messaging Module OMOD
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO] Building Messaging Module
  10. [INFO] task-segment: [clean, install]
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO] [clean:clean {execution: default-clean}]
  13. [INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
  14. [INFO] [install:install {execution: default-install}]
  15. [INFO] Installing /home/suho/proj/proj/OpenMRSMessage/pom.xml to /home/suho/.m2/repository/org/openmrs/module/messaging/0.9.0-beta/messaging-0.9.0-beta.pom
  16. [INFO] ------------------------------------------------------------------------
  17. [INFO] Building Messaging Module API
  18. [INFO] task-segment: [clean, install]
  19. [INFO] ------------------------------------------------------------------------
  20. [INFO] [clean:clean {execution: default-clean}]
  21. [INFO] Deleting file set: /home/suho/proj/proj/OpenMRSMessage/api/target (included: [**], excluded: [])
  22. [INFO] [resources:resources {execution: default-resources}]
  23. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  24. [INFO] skip non existing resourceDirectory /home/suho/proj/proj/OpenMRSMessage/api/src/main/resources
  25. [INFO] [compiler:compile {execution: default-compile}]
  26. [INFO] Compiling 40 source files to /home/suho/proj/proj/OpenMRSMessage/api/target/classes
  27. [INFO] [resources:testResources {execution: default-testResources}]
  28. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  29. [INFO] skip non existing resourceDirectory /home/suho/proj/proj/OpenMRSMessage/api/src/test/resources
  30. [INFO] [compiler:testCompile {execution: default-testCompile}]
  31. [INFO] Compiling 1 source file to /home/suho/proj/proj/OpenMRSMessage/api/target/test-classes
  32. [INFO] [surefire:test {execution: default-test}]
  33. [INFO] Surefire report directory: /home/suho/proj/proj/OpenMRSMessage/api/target/surefire-reports
  34. log4j:WARN No appenders could be found for logger (org.springframework.test.context.junit4.SpringJUnit4ClassRunner).
  35. log4j:WARN Please initialize the log4j system properly.
  36.  
  37. -------------------------------------------------------
  38. T E S T S
  39. -------------------------------------------------------
  40. Running org.openmrs.module.messaging.EncryptionServiceTest
  41. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.736 sec
  42.  
  43. Results :
  44.  
  45. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
  46.  
  47. [INFO] [jar:jar {execution: default-jar}]
  48. [INFO] Building jar: /home/suho/proj/proj/OpenMRSMessage/api/target/messaging-api-0.9.0-beta.jar
  49. [INFO] [install:install {execution: default-install}]
  50. [INFO] Installing /home/suho/proj/proj/OpenMRSMessage/api/target/messaging-api-0.9.0-beta.jar to /home/suho/.m2/repository/org/openmrs/module/messaging-api/0.9.0-beta/messaging-api-0.9.0-beta.jar
  51. [INFO] ------------------------------------------------------------------------
  52. [INFO] Building Messaging Module OMOD
  53. [INFO] task-segment: [clean, install]
  54. [INFO] ------------------------------------------------------------------------
  55. [INFO] [clean:clean {execution: default-clean}]
  56. [INFO] Deleting file set: /home/suho/proj/proj/OpenMRSMessage/omod/target (included: [**], excluded: [])
  57. [INFO] artifact org.motech.openmrs.plugin:maven-openmrs-plugin: checking for updates from openmrs-repo
  58. [INFO] artifact org.motech.openmrs.plugin:maven-openmrs-plugin: checking for updates from central
  59. [INFO] [openmrs:initialize-module {execution: default-initialize-module}]
  60. [INFO] [resources:resources {execution: default-resources}]
  61. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  62. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  63. [INFO] Copying 7 resources
  64. [INFO] Copying 10 resources to web/module
  65. [INFO] Copying 0 resource to web/module
  66. [INFO] Copying 10 resources to web/module
  67. [INFO] [compiler:compile {execution: default-compile}]
  68. [INFO] Compiling 13 source files to /home/suho/proj/proj/OpenMRSMessage/omod/target/classes
  69. [INFO] [resources:testResources {execution: default-testResources}]
  70. [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
  71. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  72. [INFO] Copying 2 resources
  73. [INFO] Copying 0 resource
  74. [INFO] [compiler:testCompile {execution: default-testCompile}]
  75. [INFO] Nothing to compile - all classes are up to date
  76. [INFO] [surefire:test {execution: default-test}]
  77. [INFO] Surefire report directory: /home/suho/proj/proj/OpenMRSMessage/omod/target/surefire-reports
  78.  
  79. -------------------------------------------------------
  80. T E S T S
  81. -------------------------------------------------------
  82. There are no tests to run.
  83.  
  84. Results :
  85.  
  86. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  87.  
  88. [INFO] [openmrs:package-module {execution: default-package-module}]
  89. [INFO] Packaging OpenMRS module
  90. [INFO] Building jar: /home/suho/proj/proj/OpenMRSMessage/omod/target/messaging-0.9.0-beta.omod
  91. [INFO] [openmrs:verify-module {execution: default-verify-module}]
  92. [INFO] ------------------------------------------------------------------------
  93. [ERROR] BUILD FAILURE
  94. [INFO] ------------------------------------------------------------------------
  95. [INFO] activator org/openmrs/module/messaging/MessagingModuleActivator.class not in omod
  96. [INFO] ------------------------------------------------------------------------
  97. [INFO] For more information, run Maven with the -e switch
  98. [INFO] ------------------------------------------------------------------------
  99. [INFO] Total time: 28 seconds
  100. [INFO] Finished at: Tue Apr 26 22:18:06 IST 2011
  101. [INFO] Final Memory: 44M/271M
  102. [INFO] ------------------------------------------------------------------------
  103.  
  104. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement