I have lift built from the github repo, typically like "mvn clean install"
Then from your project you can run "mvn scala:console - DmainConsole=LiftConsole" You'll get a scala REPL and you can then import the things you'd like: import net.liftweb.mapper import net.liftweb.mapper._ And I then pull in my model stuff like this: import ca.tylerweir.model Is this what you're looking for? On Mar 10, 12:18 am, Ikai Lan <[email protected]> wrote: > The Scala console is pretty handy, but I was wondering if there was such a > thing as a Lift console? That is, a program that allows a developer to open > their Lift objects from the command line and play with them? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
