How do I set up hotdeploy for Scala/Lift projects in Eclipse?
Basically, I would like to be able to
- Set up a new project, from say lift-archetype-basic
- Launch jetty:run, either from some run-configuration or through terminal
- Be able to edit Scala files in Eclipse, Save/Auto compile
- Refresh the web-page in the browser and see the updates.
The tutorial at http://wiki.liftweb.net/index.php/Using_eclipse_hotdeploy is out-dated and I really can't figure out how to set this up.
I currently have
- Eclipse 3.5
- Maven IAM plugin version 0.11
- Scala plugin 2.8.0.RC6
Should I use any other versions or plugins?