On Wed, Aug 19, 2009 at 3:03 PM, Meredith Gregory
<lgreg.mered...@gmail.com>wrote:

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


The most conservative version of Lift is 1.1-SNAPSHOT.  The earliest version
is likely 1.1-M2.


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


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
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 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