David, et al,

i cribbed the Chat.scala and related files from the liftweb examples dir as
a beginning for the Pixillion project. i'm getting issues compiling these
files around missing defns for CometListener, deepFindKids and findKids. My
lift version in the pom is 1.0. i thought that would be sufficient to get
the CometActor stuff. However, when i issue a

find . -exec grep "CometListener" '{}' \; -print

in ~/.m2/repository/net/liftweb

i get a big fat nada. A similar query in a snap of github has

bash-3.2$ find . -exec grep "CometListener" '{}' \; -print
trait CometListener extends CometListenee
./lift/src/main/scala/net/liftweb/http/CometActor.scala
class Chat extends CometActor with CometListener {
./sites/example/src/main/scala/net/liftweb/example/comet/Chat.scala
<span class="keyword">class</span> <span class="type">Chat</span> <span
class="keyword">extends</span> <span class="type">CometActor</span> <span
class="keyword">with</span> <span class="type">CometListener</span> {
./sites/example/src/main/webapp/chat.html
bash-3.2$

So, what is the most conservative version of lift that gets me this version
of CometActor?

Best wishes,

--greg

/Users/lgm/work/src/projex/biosimilarity/pixillion/src/main/scala/com/biosimilarity/games/comet/Chat.scala:32:
error: not found: type CometListener
class Chat extends CometActor with CometListener {
                                   ^
/Users/lgm/work/src/projex/biosimilarity/pixillion/src/main/scala/com/biosimilarity/games/comet/Chat.scala:37:
error: not found: value findKids
  private lazy val inputArea = findKids(defaultXml, "chat", "input")
                               ^
/Users/lgm/work/src/projex/biosimilarity/pixillion/src/main/scala/com/biosimilarity/games/comet/Chat.scala:38:
error: not found: value findKids
  private lazy val bodyArea = findKids(defaultXml, "chat", "body")
                              ^
/Users/lgm/work/src/projex/biosimilarity/pixillion/src/main/scala/com/biosimilarity/games/comet/Chat.scala:39:
error: not found: value deepFindKids
  private lazy val singleLine = deepFindKids(bodyArea, "chat", "list")

-- 
L.G. Meredith
Managing Partner
Biosimilarity LLC
1219 NW 83rd St
Seattle, WA 98117

+1 206.650.3740

http://biosimilarity.blogspot.com

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

Reply via email to