Description
Issue: Ivy attempts to download the "javax.servlet.orbit" dependency with an extension of ".orbit" instead of ".jar" and fails.
(One) Solution: Can add the following to the libraryDependencies in SparkBuild.scala:
"org.eclipse.jetty.orbit" % "javax.servlet" % "2.5.0.v201103041518" artifacts Artifact("javax.servlet", "jar", "jar")
Cause: I don't know. This does not occur for everyone, and does not seem directly related to the version of Ant.
See the following for bug reports on the user lists:
http://mail-archives.apache.org/mod_mbox/spark-user/201309.mbox/%3CCAJbo4neXyzQe6zGREQJTzZZ5ZrCoAvfEN+WmBYCed6N1EPftxA@mail.gmail.com%3E
and
http://mail-archives.apache.org/mod_mbox/spark-user/201311.mbox/%3CCANGvG8pXVhcKiGEpXnGHfQeAYTyUygA%3D1nxSe0%3D%2BfRfnKSq88w%40mail.gmail.com%3E