I've seen that problem, though I don't recall exactly when. Perhaps your your classpath variables aren't set up correctly?
With your project highlighted in the project explorer, try the following menu sequence: Project > Properties > Java Build Path > Libraries. On my version, I see a bunch of libraries that start out M2_REPO, and if I scroll the library window to the right I see that M2_REPO is successfully resolved to: - /home/lee/.m2/repository... If you don't see the libraries resolved correctly to your repository, Add Variable .. > Configure Variables..., gives you the chance to set the M2_REPO. Failing that, here's some other voodoo you might try. * clean all * make a phantom change to the M2_REPO variable anyway, then and change it back. * reinstall eclipse classic 3.4.2, with the 2.7.3 scala plugin and no other plugins. Lee On Mon, Apr 20, 2009 at 2:40 PM, kmed <[email protected]> wrote: > > Hello all, > > I just started learning Scala and came across Lift. I am using Eclipse > Ganymede with the Scala-Plugin. How do I fully include the Lift- > sources to navigate (Strg+Click) into the Lift-Classes? > Currently Eclipse does not even understand the absolute _root_-package- > thingy. It's pretty annoying if everything is red and only maven knows > if it compiles correctly :( > Any Hint? > > Thanks in advance, > Kai > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
