Darnit. I figured out the issue. My pom.xml had a <scala.version> tucked
away and set to 2.7.1. Changing to 2.7.2 fixed it.
Derek
On Mon, Dec 1, 2008 at 4:58 PM, David Pollak
<[EMAIL PROTECTED]>wrote:
> I just pushed a change... change the line to:
>
> class Entry extends KeyedRecord[Entry,Long]
>
> and see if it works.
>
>
> On Mon, Dec 1, 2008 at 3:39 PM, Derek Chen-Becker <[EMAIL PROTECTED]>wrote:
>
>> I'm writing up some sample code for the book (Record chapter) and I got
>> this when trying to do a keyed record:
>>
>> [WARNING] error: error while loading KeyedRecord, class file
>> '/home/software/mavenrepo/net/liftweb/lift-webkit/0.10-SNAPSHOT/lift-webkit-0.10-SNAPSHOT.jar(net/liftweb/record/KeyedRecord.class)'
>> is broken
>> [WARNING] (key not found: KeyType)
>> [WARNING]
>> /home/software/liftbook-demos/demo-record/src/main/scala/com/theliftbook/model/Entry.scala:59:
>> error: net.liftweb.record.KeyedRecord does not take type parameters
>> [WARNING] class Entry extends Record[Entry] with KeyedRecord[Entry,Long] {
>> [WARNING] ^
>> [WARNING] two errors found
>>
>> I'm not sure exactly what's going on there, but according to the source
>> for KeyedRecord it most definitely takes type params unless I'm really
>> reading things wrong. Anyone else get this? I've nuked my maven repo and
>> still no love.
>>
>> Derek
>>
>>
>>
>
>
> --
> Lift, the simply functional web framework http://liftweb.net
> Collaborative Task Management http://much4.us
> Follow me: http://twitter.com/dpp
> Git some: http://github.com/dpp
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---