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.
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. Derek On Tue, Apr 21, 2009 at 1:59 PM, Miles Sabin <[email protected]> wrote: > > On Tue, Apr 21, 2009 at 8:45 PM, Derek Chen-Becker > <[email protected]> wrote: > > Eclipse has been on and off with me. The new version definitely works > > better, but I write code against Maven projects with nested modules and > that > > combination seems to make everything fairly unhappy. I get weird error > > messages like "_root_ does not exist" that go away if I stop and restart > > I'm going to be doing on Lift development with Eclipse at the Scala > Lift Off, so I guess I'm going to be finding out all about these > issues. > > But, for my immediate enlightenment, if Eclipse doesn't work well with > Maven nested modules and does (apparently?) work well with non-nested > modules, then why don't you just use non-nested modules? > > 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 -~----------~----~----~----~------~----~------~--~---
