2

I wrote project dependency set in build.sbt

libraryDependencies ++= {
   Seq(
           "net.liftweb" %% "lift-webkit" % liftVersion % "compile",
           "net.liftweb" %% "lift-mapper" % liftVersion % "compile",

   )
 }

next, in terminal console, I input sbt update & sbt eclipse

but, I want to use only Eclipse IDE

How can I do that?

(eclipse plugin used : Scala-ide for eclipse v3.0.0)

4

1 回答 1

2

目前 Eclipse 插件不会这样做。我们最终会解决这个问题,但目前您需要运行sbt eclipse(并刷新项目,如果您没有启用自动刷新)。希望您不需要经常这样做。;-)

于 2013-07-03T13:43:02.987 回答