scala lift. 在 eclipse 中的搭建.

鉴于国内资料太少,而国外的实战性资料也不多.现在总结一下,分享给大家实战使用.

在eclipse上安装:
M2Eclipse, Scala IDE, and M2Eclipse-Scala plugins

在系统上安装:
sbt
在sbt上安装:
sbteclipse 见 https://github.com/typesafehub/sbteclipse

Add sbteclipse to your plugin definition file. You can use either the global one at ~/.sbt/plugins/plugins.sbt or the project-specific one at PROJECT_DIR/project/plugins.sbt:
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.1")
把sbteclipse加入到sbt的插件定义文件中.
可以通过全局的文件:~/.sbt/plugins/plugins.sbt
也可以通过指定的项目: PROJECT_DIR/project/plugins.sbt :
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.1.1")


创建项目:
1.切换目录你创建的工程主目录.
2.在terminal中,键入: sbt
3.在sbt中,键入: eclipse
4.在eclipse中, import exists project.
到此sbt项目就建成了.


liftweb待继...
-----------------------------------------------------------------
工程师招聘: [url]http://job.youzan.com[/url] 请联系我: [email protected] .

你可能感兴趣的:(Scala,&&,Liftweb)