On Wed, Mar 4, 2009 at 8:57 PM, Paul Stickney <[email protected]> wrote:
> > Paulo, > > I use the Eclipse Scala Plugin; the continuous build integration is a > major factor to me in selecting it over the NB plugin (but I haven't > used NB in several months now). 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. > > > If you do use, it, I would recommend keeping up with the /latest/ > 2.8.0.whatever development snapshot (or at least something recent). In > my experience (which may not be quantitative) the 2.8.0.x builds work > a good bit better than the older versions. Maybe one of these days it > will have nice auto-formatting support and be less aggressive about > parenthesis and not get the bug where... > > The 'mvn compile' phase for LiftWeb largely negates the version > differences unless you hit corners. > > Happy Coding, > Paul > > > On Wed, Mar 4, 2009 at 6:54 PM, Caoyuan <[email protected]> wrote: > > > > I'm currently using "Scala for NetBeans" to develop Erlang plugins for > > NetBeans, I'm continually improving it as I'm the daily user too. > > > > Hope to release a new one when NetBeans 6.7 is released. > > > > Bug reports can be put on issue track which link can be found in > > http://wiki.netbeans.org/Scala > > > > -Caoyuan > > > > On Thu, Mar 5, 2009 at 3:49 AM, Miles Sabin <[email protected]> > wrote: > >> > >> On Wed, Mar 4, 2009 at 7:13 PM, Jon Hancock <[email protected]> > wrote: > >>> I thought eclipse would be the best supported. But so far, I'm still > >>> wrestling with it. > >> > >> Which in particular is blocking you? Pointers to the issues in Trac > >> would be helpful and might save me and David a little time next week > >> :-) > >> > >> Cheers, > >> > >> > >> Miles > >> > >> -- > >> Miles Sabin > >> tel: +44 (0)1273 720 779 > >> mobile: +44 (0)7813 944 528 > >> skype: milessabin > >> > >> > > >> > > > > > > > > > > > -- 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 -~----------~----~----~----~------~----~------~--~---
