[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-17 Thread Tobias Daub
Hi Eric, By the way, is there any documentation about the different maven2 lift-archetype-something options? I wanted to setup a lift project that has the login stuff already included, but since I didn't know why, I used the ToDo project and modified it. Are there other solutions? thanks

[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-05 Thread Derek Chen-Becker
I fixed the typo in the PDF. Tim, can you deploy it? Derek On Thu, Mar 5, 2009 at 8:35 AM, Jeff Chen jeff.chen.gr...@gmail.com wrote: Eric and Tyler, That is indeed the problem (using lift-archetype-blank rather than lift-archetype-basic)! Now I am able to follow through the todo tutorial,

[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-04 Thread TylerWeir
Hi Jeff, I just downloaded the pdf. If you look for section 2.4 named Boot and Schemifier you'll see: Listing 2.4: Updated Schemifier line Schemifier.schemify(true, Log.infoF _, User, ToDo) Does that help? Ty On Mar 4, 9:12 pm, jeff.chen.gr...@gmail.com jeff.chen.gr...@gmail.com wrote: Hi

[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-04 Thread Jeff Chen
Thanks for the reply - but my problem is that I cannot seem to find Listing 2.3 in my Boot.scala to replace with Listing 2.4. Do I simply add this statement somewhere? Jeff On Wed, Mar 4, 2009 at 9:54 PM, TylerWeir tyler.w...@gmail.com wrote: Hi Jeff, I just downloaded the pdf. If you look

[Lift] Re: Tutorial No Schemify in Boot.scala

2009-03-04 Thread Eric Lavigne
Jeff, I am assuming that you are referring to Starting with Lift by Chen-Becker, Danciu, Pollak, and Weir. Chapter 1 introduces a simple application that is created from lift-archetype-blank and has no support for databases. In Chapter 2, that application is thrown away and a new application is