I'm trying to understand what's the best way to setup a project that is a mix of java and scala and that will use lift. Lift is intended to run embedded by jetty in another application.
I'm comfortable to work in Eclipse and also used to how it works with ant as build tool. I'm a relatively newbie in both scala and lift and get confused about the different build tool and how to set up things. I don't really understand maven and haven't really looked at sbt, but it seem to be the choice of scala developers, but I'm also dependent on quite some javacode.
Any suggestions, links, tutorials or else on how to setup the best environment so I can work comfortably in Eclipse and also build releases quite easily given my scala/java/lift/jetty enrironment?