-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run build.sbt have error #4
Comments
This is actually a known issue with SBT 11. There is a bug where this version of Jetty uses a non-standard artifact type ("orbit") and SBT gets confused and can't resolve it. The best fix is actually to just upgrade the The bug is discussed here: There may also be other work-arounds than updating to sbt 13, but I think that's the simplest solution. |
Thanks Patrick - we'll upgrade to SBT 13. |
Hello,
Kunguang Zhu From: Patrick Wendell |
How did you upgrade? You need to remove and replace the sbt-launch.jar file On Thu, Oct 10, 2013 at 6:04 AM, kunguang notifications@github.com wrote:
|
Hi Kunguang, Following step worked for me:-
classpathTypes ~= (_ + "orbit") libraryDependencies ++= Seq( ivyXML := <dependency org="org.eclipse.jetty.orbit" name="javax.servlet" rev="3.0.0.v201112011016">
<artifact name="javax.servlet" type="orbit" ext="jar"/>
</dependency> Let me know if this does not solve your issue. |
Thanks - we'll take a look! |
thanks.I'm so greated that you reply me ,i will have a try and also i think your work that make no-expert know machine learning is very great From: Vivek Beniwal Let me know if this does not solve your issue. |
when i try run "build.sbt", want to tranfer to eclipse project,it's occur problem that
" [NOT FOUND ] org.eclipse.jetty.orbit#javax.servlet;2.5.0.v201103041518!javax.servlet.orbit (155ms)
[warn] ==== Jetty Eclipse: tried
[warn] http://repo1.maven.org/maven2/org/eclipse/jetty/orbit/javax.servlet/2.5.0.v201103041518/javax.servlet-2.5.0.v201103041518.orbit
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: FAILED DOWNLOADS ::
[warn] :: ^ see resolution messages for details ^ ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: org.eclipse.jetty.orbit#javax.servlet;2.5.0.v201103041518!javax.servlet.orbit
[warn] ::::::::::::::::::::::::::::::::::::::::::::::"
The text was updated successfully, but these errors were encountered: