whoooo got a bit of a problem building lift: [INFO] Compiling 35 source files to /Users/timperrett/repositories/ lift/lift-framework/lift-util/target/classes [WARNING] /Users/timperrett/repositories/lift/lift-framework/lift-util/ src/main/scala/net/liftweb/util/Props.scala:173: error: type mismatch; [WARNING] found : java.io.InputStreamReader [WARNING] required: java.io.InputStream [WARNING] ret.load(new InputStreamReader(new ByteArrayInputStream(ba), "UTF-8")); [WARNING] ^ [WARNING] one error found
Can we fix this? Cheers, Tim On May 27, 9:46 pm, Timothy Perrett <[email protected]> wrote: > Super sweet - kudos marius! > > On May 27, 9:44 pm, David Pollak <[email protected]> > wrote: > > > > > Rock on! > > > Thanks for the excellent commits! > > > On Wed, May 27, 2009 at 1:42 PM, Marius <[email protected]> wrote: > > > > Hi, > > > > I just did a bunch of commits into master: > > > > 1. lift-tag is not used anymore as lift:with-param is now a snippet > > > and lift:bind it's just a anchor-point > > > > 2. DOM optimizations (the number of DOM walk through-s has been > > > reduced). Now rendering pipeline has 3 distinguished phases: > > > - Snippets processing > > > - Merges: head, tail, ajax&comet scripts (in a single walk > > > through) > > > - Binary response preparation: this phase include the fixHtml as > > > before. > > > > Br's, > > > Marius > > > -- > > Lift, the simply functional web frameworkhttp://liftweb.net > > Beginning Scalahttp://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 [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 -~----------~----~----~----~------~----~------~--~---
