Alex, you could always use JavaRebel... This will replace the classes dynamically for you instantly (no more Jetty reboots required, just browser refresh). They do a scala only version of JavaRebel that you can download for free.
Thanks Tim On 19/03/2009 15:12, "Alexander Kellett" <[email protected]> wrote: > > is it possible for lift to block until such compiles are redone? the > compiler is simply too slow at this point to be used with such an > interactive cycle for me alas. i reload and get either the old, or > 500s. simply too error prone. > > Alex > > On Thu, Mar 5, 2009 at 6:02 AM, David Pollak > <[email protected]> wrote: >> One can get continuous build with any editor. mvn scala:cc scans for >> changed files and recompiles. With the compiler changes that David MacIver >> is work on, the compiler will not only recompile the changed files, but also >> all dependent files (including dependencies due to implicits, traits, etc.) >> Using mvn scala:cc or Eclipse along with JavaRebel makes writing Lift apps >> kinda sorta like writing web apps in a scripting language. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
