Re: [Lift] newbie question : get lift to actually run (AbstractMethodError)

2010-03-01 Thread Naftoli Gugenheim
I think that AbstractMethodError always means either mismatched scala version or out of date class file. - Jeppe Nejsum Madsen wrote: On Mon, Mar 1, 2010 at 3:39 PM, ojonam wrote: > Hello all, > > I am trying to launch a lift web app on my computer, but tryin

Re: [Lift] newbie question : get lift to actually run (AbstractMethodError)

2010-03-01 Thread Jeppe Nejsum Madsen
On Mon, Mar 1, 2010 at 3:39 PM, ojonam wrote: > Hello all, > > I am trying to launch a lift web app on my computer, but trying to use > Snapshot 2.0 instead of 1.0 (which seems to have some problems with > Scala 2.7.7). > > I have taken the following steps : > > - tried to create a lift blank app

[Lift] newbie question : get lift to actually run (AbstractMethodError)

2010-03-01 Thread ojonam
Hello all, I am trying to launch a lift web app on my computer, but trying to use Snapshot 2.0 instead of 1.0 (which seems to have some problems with Scala 2.7.7). I have taken the following steps : - tried to create a lift blank app with 2.0-snapshot, adapting the archetype:generate command fro