"[email protected]" <[email protected]> writes: [...]
> The only dependencies eclipse refers to is the standard scala library > version(2.7.5.final) and all other dependencies from the pom file is > not known by eclipse, hibernate, derby etc. This results in a project > with a lot of compile errors and a pretty bad code completion. The > project compiles with mvn compile . Is the M2_REPO classpath variable defined? Iirc, the maven generated .classpath uses this. There's a mvn target to generate or just manually create it to point to your .m2/repository directory..... /Jeppe --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
