Created
June 16, 2014 21:10
-
-
Save jayunit100/8c20ca7591373adad53d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WARNING: -p has been deprecated and will be reused for a different (but still very cool) purpose in ScalaTest 2.0. Please change all uses of -p to -R. | |
*** RUN ABORTED *** | |
java.lang.ClassNotFoundException: org.apache.bigtop.devtools.UnitSpec | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:366) | |
at java.net.URLClassLoader$1.run(URLClassLoader.java:355) | |
at java.security.AccessController.doPrivileged(Native Method) | |
at java.net.URLClassLoader.findClass(URLClassLoader.java:354) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:425) | |
at java.lang.ClassLoader.loadClass(ClassLoader.java:358) | |
at org.scalatest.tools.Runner$$anonfun$35.apply(Runner.scala:2438) | |
at org.scalatest.tools.Runner$$anonfun$35.apply(Runner.scala:2436) | |
at scala.collection.TraversableLike$$anonfun$filter$1.apply(TraversableLike.scala:264) | |
at scala.collection.immutable.List.foreach(List.scala:318) | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment