The flot demo in lift-examples/flotDemo on github.com/dpp/liftweb
won't compile because of the following errors:
lift/lift-examples/flotDemo/src/main/scala/net/liftweb/flot_demo/web/
comet/FlotCometExample.scala:34: error: type mismatch;
 found   : net.liftweb.flot_demo.web.comet.FlotCometExample
 required: scala.actors.Actor
    Sensor.acum !? AddListener(this) match {
                               ^
lift/lift-examples/flotDemo/src/main/scala/net/liftweb/flot_demo/web/
comet/FlotCometExample.scala:50: error: type mismatch;
 found   : net.liftweb.flot_demo.web.comet.FlotCometExample
 required: scala.actors.Actor
    Sensor.acum ! RemoveListener(this)
                                 ^
two errors found

I assume this is related to the switch of CometActor to LiftActor. Is
there any way I can easily help fix this? Should I file a bug?

Peter Robinett
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to