Tag: 马文斯特拉

SBT在本地Maven仓库中找不到文件,尽pipe它在那里

我在我的本地仓库中的Maven依赖关系有问题。 SBT找不到它。 已经设置日志级别进行debugging,但没有得到任何新东西。 这些文件在存储库中。 我从控制台复制粘贴path到文件资源pipe理器,他们在那里。 输出: [debug] trying file://c:/Users/userz/.m2/repository/com/twitter/naggati/2.0.0/naggati-2.0.0.pom [debug] tried file://c:/Users/userz/.m2/repository/com/twitter/naggati/2.0.0/naggati-2.0.0.pom [debug] Local Maven Repository: resource not reachable for com/twitter#naggati;2.0.0: res=file://c:/Users/userz/.m2/repository/com/twitter/naggati/2.0 .0/naggati-2.0.0.pom [debug] trying file://c:/Users/userz/.m2/repository/com/twitter/naggati/2.0.0/naggati-2.0.0.jar [debug] tried file://c:/Users/userz/.m2/repository/com/twitter/naggati/2.0.0/naggati-2.0.0.jar [debug] Local Maven Repository: resource not reachable for com/twitter#naggati;2.0.0: res=file://c:/Users/userz/.m2/repository/com/twitter/naggati/2.0 .0/naggati-2.0.0.jar [debug] Local Maven Repository: no ivy file nor artifact found for com.twitter#naggati;2.0.0 编辑:我添加了项目/构build中使用scala文件的path,如http://code.google.com/p/simple-build-tool/wiki/LibraryManagement “sbt可以search你的本地Maven仓库,如果你把它添加为一个仓库:” val […]

在Scala项目中使用sbt vs maven的优缺点

哪个构build工具对Scala来说是最好的? 他们每个人的优点和缺点是什么? 如何确定在项目中使用哪一个?