[Lift] Re: Compile problems with lift

2008-12-01 Thread David Pollak
The exception is an out of memory exception. What OS and RAM size are you running? On Mon, Dec 1, 2008 at 1:44 PM, Juha L [EMAIL PROTECTED] wrote: I'm not sure whether it is just me, but I seem to be stumbling on the Scala compiler exceptions whatever I do. First there was one when creating

[Lift] Re: Compile problems with lift

2008-12-01 Thread Jorge Ortiz
It might be the type checker getting confused. Try: val models: List[MetaMapper] = List(User, Game, GameUser, Hull, Ship, StarSystem) You can also call schemify with: Schemifier.schemify(true, Log.infoF _, models :_*) Instead of the foreach stuff --j On Mon, Dec 1, 2008 at 3:44 PM, Juha