I'll open a ticket in Trac for the errors I'm seeing. I'm actually getting a different error now: "Build compiler (scalac) crashed". I'm happy to open tickets but I'm never sure if I'm duping :(. For what it's worth I'm getting a similar error to what I was getting earlier in a project that is a simple Maven project with no modules. I have the following code:
import _root_.java.sql._ import _root_.org.slf4j._ And the Maven Dependencies shows the slf4j jars, but I get the error that slf4j is not a member of package org. If I do a Project->Clean... then the error goes away but I still have a pink squiggly in the code. Thanks, Derek On Tue, Apr 21, 2009 at 2:28 PM, Miles Sabin <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
