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
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---