I’ve been searching for the ideal startup process when building a lift project and I might have just found it!
I am using simple-build-tool(sbt) and two sbt processors. The processors are:
lifty: http://lifty.github.com/Lifty/
sbt-idea: https://github.com/mpeltonen/sbt-idea
Here are the steps:
amore:wheels lmorroni$ sbt
Project does not exist, create new project? (y/N/s) y
Name: appName
Organization: com.morroni
Version [1.0]:
Scala version [2.7.7]: 2.8.1
sbt version [0.7.4]:
...
>*lifty is org.lifty lifty 1.6
>*sbtIdeaRepo at http://mpeltonen.github.com/maven/
>*idea is com.github.mpeltonen sbt-idea-processor 0.3.0
>lifty create project-blank with user
>reload
>update
>idea
>~jetty-run
References:
http://lifty.github.com/Lifty/
https://github.com/mpeltonen/sbt-idea
Trackbacks