nfell2009

errors

Jul 7th, 2014
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  2. SLF4J: Defaulting to no-operation (NOP) logger implementation
  3. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  4. [INFO] Scanning for projects...
  5. [INFO]
  6. [INFO] ------------------------------------------------------------------------
  7. [INFO] Building Yggdrasil 0.1
  8. [INFO] ------------------------------------------------------------------------
  9. [INFO]
  10. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ yggdrasil ---
  11. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  12. [INFO] Copying 1 resource
  13. [INFO]
  14. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ yggdrasil ---
  15. [INFO] Not compiling main sources
  16. [INFO]
  17. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ yggdrasil ---
  18. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  19. [INFO] skip non existing resourceDirectory C:\Users\Nicholas\workspace\Yggdrasil\src\test\resources
  20. [INFO]
  21. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ yggdrasil ---
  22. [INFO] Not compiling test sources
  23. [INFO]
  24. [INFO] --- maven-surefire-plugin:2.16:test (default-test) @ yggdrasil ---
  25. [INFO] Surefire report directory: C:\Users\Nicholas\workspace\Yggdrasil\target\surefire-reports
  26.  
  27. -------------------------------------------------------
  28. T E S T S
  29. -------------------------------------------------------
  30.  
  31. Results :
  32.  
  33. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  34.  
  35. [INFO] ------------------------------------------------------------------------
  36. [INFO] BUILD FAILURE
  37. [INFO] ------------------------------------------------------------------------
  38. [INFO] Total time: 2.499s
  39. [INFO] Finished at: Mon Jul 07 23:43:14 BST 2014
  40. [INFO] Final Memory: 11M/154M
  41. [INFO] ------------------------------------------------------------------------
  42. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test (default-test) on project yggdrasil: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.16:test failed: There was an error in the forked process
  43. [ERROR] java.lang.NoClassDefFoundError: org/junit/runner/notification/RunListener
  44. [ERROR] at java.lang.Class.getDeclaredConstructors0(Native Method)
  45. [ERROR] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
  46. [ERROR] at java.lang.Class.getConstructor0(Unknown Source)
  47. [ERROR] at java.lang.Class.getConstructor(Unknown Source)
  48. [ERROR] at org.apache.maven.surefire.util.ReflectionUtils.getConstructor(ReflectionUtils.java:76)
  49. [ERROR] at org.apache.maven.surefire.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:129)
  50. [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.createProviderInCurrentClassloader(ForkedBooter.java:227)
  51. [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:196)
  52. [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
  53. [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
  54. [ERROR] Caused by: java.lang.ClassNotFoundException: org.junit.runner.notification.RunListener
  55. [ERROR] at java.net.URLClassLoader$1.run(Unknown Source)
  56. [ERROR] at java.net.URLClassLoader$1.run(Unknown Source)
  57. [ERROR] at java.security.AccessController.doPrivileged(Native Method)
  58. [ERROR] at java.net.URLClassLoader.findClass(Unknown Source)
  59. [ERROR] at java.lang.ClassLoader.loadClass(Unknown Source)
  60. [ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  61. [ERROR] at java.lang.ClassLoader.loadClass(Unknown Source)
  62. [ERROR] ... 10 more
  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/PluginExecutionException
Advertisement
Add Comment
Please, Sign In to add comment