Skip to content

Instantly share code, notes, and snippets.

@jayunit100
Created June 16, 2014 21:10
Show Gist options
  • Save jayunit100/8c20ca7591373adad53d to your computer and use it in GitHub Desktop.
Save jayunit100/8c20ca7591373adad53d to your computer and use it in GitHub Desktop.
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