On Tue, Apr 21, 2009 at 9:10 PM, Derek Chen-Becker <[email protected]> wrote: > First off, I don't want to come off as whining. I know you've put some > tremendous effort into this and it shows. The new version (I'm actually > using 2.8.0_blahblah), especially the new JDT weaving makes things generally > a pleasure. The weird part for me is that with nested modules it sometimes > works flawlessly. Right now I fired up Eclipse and the nested module that > yesterday showed 112 errors is completely clean. The other weird issue that > I sometimes get is the "unhandled event loop", where I'll type and suddenly > the window stops responding to keyboard input. If I close the source file > and reopen it then things work again.
Unhandled event loop exceptions are an indication that something has gone badly wrong in the UI part of the Scala IDE. When that happens it'd help if you could check the Eclipse Error Log view and/or the main Eclipse log file and create a ticket on Trac for it. > As for nested modules, I use them because then I can issue a single "mvn > install" in the top-level project and it builds all 8-10 modules at once. In > particular, Lift uses nested modules. OK, so then in the list of items for the "Eclipse Tooling for Lift" what we really need is support for Maven nested modules? Or is this something which should have generic Maven support? Cheers, Miles -- Miles Sabin tel: +44 (0)7813 944 528 skype: milessabin http://twitter.com/milessabin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
