Thank you to everyone who replied. My project now compiles in Eclipse.
In case it helps anyone else, here's what did and did not worked for
me.

A. I set my preferences to use the same version of Maven that I use on
the command line. This didn't solve the problem for me (when I
rebuilt, I still had the compile error for RunWebApp.scala), but I am
grateful to Josh for pointing out that I could do this, and I'm
leaving it set this way because it might prevent other discrepancies.
Here's how I did it:

Window > Preferences > Maven > Installations > Add
I selected the directory containing my Maven installation.
I ticked the checkbox to use my Maven installation instead of the
embedded one.

As I said, this didn't make the problem go away, so I was still seeing
a difference between running Maven from the command line vs running in
Eclipse. But I suspect that there's probably some remaining difference
in the configuration. When I get more comfortable with this stuff,
I'll experiment a bit more and try to figure this out.

B. Originally my pom.xml had the jetty version set to "[6.1.6,)". I
changed that to "[6.1.6,7)", but the compile error remained. However,
changing to "6.1.14" did make the compile error go a way, so I'm a
happy camper.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to