Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
- SLF4J: Defaulting to no-operation (NOP) logger implementation
- SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building Yggdrasil 0.1
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ yggdrasil ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 1 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ yggdrasil ---
- [INFO] Not compiling main sources
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ yggdrasil ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory C:\Users\Nicholas\workspace\Yggdrasil\src\test\resources
- [INFO]
- [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ yggdrasil ---
- [INFO] Not compiling test sources
- [INFO]
- [INFO] --- maven-surefire-plugin:2.16:test (default-test) @ yggdrasil ---
- [INFO] Surefire report directory: C:\Users\Nicholas\workspace\Yggdrasil\target\surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- Results :
- Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 2.499s
- [INFO] Finished at: Mon Jul 07 23:43:14 BST 2014
- [INFO] Final Memory: 11M/154M
- [INFO] ------------------------------------------------------------------------
- [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
- [ERROR] java.lang.NoClassDefFoundError: org/junit/runner/notification/RunListener
- [ERROR] at java.lang.Class.getDeclaredConstructors0(Native Method)
- [ERROR] at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
- [ERROR] at java.lang.Class.getConstructor0(Unknown Source)
- [ERROR] at java.lang.Class.getConstructor(Unknown Source)
- [ERROR] at org.apache.maven.surefire.util.ReflectionUtils.getConstructor(ReflectionUtils.java:76)
- [ERROR] at org.apache.maven.surefire.util.ReflectionUtils.instantiateOneArg(ReflectionUtils.java:129)
- [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.createProviderInCurrentClassloader(ForkedBooter.java:227)
- [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:196)
- [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153)
- [ERROR] at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103)
- [ERROR] Caused by: java.lang.ClassNotFoundException: org.junit.runner.notification.RunListener
- [ERROR] at java.net.URLClassLoader$1.run(Unknown Source)
- [ERROR] at java.net.URLClassLoader$1.run(Unknown Source)
- [ERROR] at java.security.AccessController.doPrivileged(Native Method)
- [ERROR] at java.net.URLClassLoader.findClass(Unknown Source)
- [ERROR] at java.lang.ClassLoader.loadClass(Unknown Source)
- [ERROR] at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
- [ERROR] at java.lang.ClassLoader.loadClass(Unknown Source)
- [ERROR] ... 10 more
- [ERROR] -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
Advertisement
Add Comment
Please, Sign In to add comment