Advertisement
aonomike

Mvn Package

Dec 19th, 2015
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.59 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building Hl7Module 0.0.1-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ Hl7Module ---
  8. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  9. [INFO] Copying 1 resource
  10. [INFO]
  11. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ Hl7Module ---
  12. [INFO] Nothing to compile - all classes are up to date
  13. [INFO]
  14. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ Hl7Module ---
  15. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  16. [INFO] skip non existing resourceDirectory /media/maono/Dudu/WORK/JOB/CaseBased/Companions/casedb/Hl7Module/src/test/resources
  17. [INFO]
  18. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ Hl7Module ---
  19. [INFO] Nothing to compile - all classes are up to date
  20. [INFO]
  21. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ Hl7Module ---
  22. [INFO] Surefire report directory: /media/maono/Dudu/WORK/JOB/CaseBased/Companions/casedb/Hl7Module/target/surefire-reports
  23.  
  24. -------------------------------------------------------
  25. T E S T S
  26. -------------------------------------------------------
  27. Running org.kemricdc.hapi.EventsHl7ServiceTest
  28. Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
  29. org.kemricdc.hapi.EventsHl7ServiceTest.testGetPropertiesFile() Time elapsed: 0.003 sec <<< FAILURE!
  30. java.lang.NoClassDefFoundError: org/junit/Assert
  31. at org.kemricdc.hapi.EventsHl7ServiceTest.testGetPropertiesFile(EventsHl7ServiceTest.java:17)
  32. Caused by: java.lang.ClassNotFoundException: org.junit.Assert
  33. at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
  34. at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
  35. at java.security.AccessController.doPrivileged(Native Method)
  36. at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
  37. at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
  38. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
  39. at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
  40. ... 19 more
  41.  
  42.  
  43. Results :
  44.  
  45. Failed tests: org.kemricdc.hapi.EventsHl7ServiceTest.testGetPropertiesFile(): org/junit/Assert
  46.  
  47. Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
  48.  
  49. [INFO] ------------------------------------------------------------------------
  50. [INFO] BUILD FAILURE
  51. [INFO] ------------------------------------------------------------------------
  52. [INFO] Total time: 2.191 s
  53. [INFO] Finished at: 2015-12-19T08:59:46+03:00
  54. [INFO] Final Memory: 8M/151M
  55. [INFO] ------------------------------------------------------------------------
  56. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project Hl7Module: There are test failures.
  57. [ERROR]
  58. [ERROR] Please refer to /media/maono/Dudu/WORK/JOB/CaseBased/Companions/casedb/Hl7Module/target/surefire-reports for the individual test results.
  59. [ERROR] -> [Help 1]
  60. [ERROR]
  61. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  62. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  63. [ERROR]
  64. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  65. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement