On Wed, May 27, 2009 at 2:22 PM, Timothy Perrett <[email protected]>wrote:
> > Were stuck supporting JDK5 for a while yet I think :-) > > Is there a comparable JDK5 workaround you can use? Fixed > > > Cheers,Tim > > On May 27, 10:16 pm, David Pollak <[email protected]> > wrote: > > Sorry... it's a JDK 6 API... I'll back it out. > > > > On Wed, May 27, 2009 at 2:10 PM, Timothy Perrett <[email protected] > >wrote: > > > > > > > > > > > > > > > > > timperrett$ java -version > > > java version "1.5.0_16" > > > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16- > > > b06-284) > > > Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing) > > > > > Its the default mac JDK.... > > > > > Cheers, Tim > > > > > On May 27, 9:58 pm, David Pollak <[email protected]> > > > wrote: > > > > On Wed, May 27, 2009 at 1:54 PM, Timothy Perrett > <[email protected] > > > >wrote: > > > > > > > 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? > > > > > > What version of Java are you using? > > > > > > > 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 > > > > > > -- > > > > 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 > > > > -- > > 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 > > > -- 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 [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 -~----------~----~----~----~------~----~------~--~---
