There was a big change to Lift last night. See http://groups.google.com/group/liftweb/msg/ecf8b82a81380e6b?hl=en
I'm migrating ESME to Lift Actors as we speak. On Thu, Oct 22, 2009 at 1:36 PM, Markus Kohler <[email protected]>wrote: > Hi all,I can't build the latest version from svn: > > [WARNING] def retweeted(param: QueryParam[Mailbox]): Box[TwitterResponse] > = > [WARNING] ^ > [WARNING] > C:\java\esme\trunk\server\src\main\scala\org\apache\esme\api\TwitterAP > I.scala:290: error: not found: type Box > [WARNING] def createFriendship(other: String): Box[TwitterResponse] = { > [WARNING] ^ > [WARNING] > C:\java\esme\trunk\server\src\main\scala\org\apache\esme\api\TwitterAP > I.scala:301: error: not found: type Box > [WARNING] def destroyFriendship(other: String): Box[TwitterResponse] = { > [WARNING] ^ > [WARNING] > C:\java\esme\trunk\server\src\main\scala\org\apache\esme\api\TwitterAP > I.scala:312: error: not found: type Box > [WARNING] def existsFriendship(): Box[TwitterResponse] = { > [WARNING] ^ > [WARNING] > C:\java\esme\trunk\server\src\main\scala\org\apache\esme\api\TwitterAP > I.scala:187: error: not found: type Box > [WARNING] def verifyCredentials(): Box[TwitterResponse] = { > [WARNING] ^ > [WARNING] > C:\java\esme\trunk\server\src\main\scala\org\apache\esme\api\TwitterAP > I.scala:321: error: not found: type Box > [WARNING] def endSession(): Box[TwitterResponse] = { > [WARNING] ^ > [WARNING] > C:\java\esme\trunk\server\src\main\scala\org\apache\esme\api\TwitterAP > I.scala:341: error: not found: type Box > [WARNING] private def calcUser(): Box[User] = { > [WARNING] ^ > [WARNING] > C:\java\esme\trunk\server\src\main\scala\org\apache\esme\api\TwitterAP > I.scala:232: error: not found: value Full > [WARNING] Full(Left("direct_messages" -> Nil)) > [WARNING] ^ > [WARNING] > C:\java\esme\trunk\server\src\main\scala\org\apache\esme\api\TwitterAP > I.scala:240: error: not found: value Full > [WARNING] Full(Right(Map("statuses" -> ("status", statusList) ))) > [WARNING] ^ > [WARNING] 232 errors found > [INFO] > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > > > Anyone can reproduce that? > I'm on Vista and it worked berfore. > Regards, > Markus > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics
