Hi, Dorinel.

Current Scala support in IDEA 9 is targeted to Scala 2.8 whereas lift uses
Scala 2.7, so it would be better to stick with IDEA 8 for a while. There are
several ways to adjust your project.
1. Create new project from an existing pom.xml file which seems to be not
working for you.
2. Create appropriate project libraries manually, fulfill them with
necessary jars, which is quite exhausting.
I would experiment with variant one. Could tell, when importing from pom.xml
file goes wrong? Does idea create necessary libraries? When is it failing?

Cheers,
Ilya

2009/8/26 Dorinel <dorinel.munte...@gmail.com>

>
> Hi, Ilya,
> Thank you for quick answer.
> Yesterday I've upgraded to 8.1.3 yesterday and had the same problem.
> I'm running under ubuntu 8.10 and had to manually add mvn path to be
> able to compile things with maven from idea, but the libraries are
> still not in the project classpath, so the syntax highlighting for
> scala is not working (it highlights missing lift libraries)
> Will switching to EAP 9 version of idea help me?
>
> On Aug 26, 11:42 am, Ilya Sergey <ilyas...@gmail.com> wrote:
> > Hello.
> >
> > Normally, there must be no problems, if you point to the existing pom.xml
> > file as a project file (File -> New Project etc.). All libraries should
> be
> > fetched form the repository automatically. What build of IDEA do you use?
> >
> > Cheers,
> > Ilya
> >
> > 2009/8/26 Dorinel <dorinel.munte...@gmail.com>
> >
> >
> >
> > > I've managed to create simple scala projects in Intellij IDEA, but
> > > when I try to import an existing lift pom.xml file I fail.
> > > It seems that all the libraries from pom.xml are not added to the
> > > project and all the lift classes used in project are marked as syntax
> > > errors.
> > > Have anybody managed to add pom.xml to IDEA?
> > > Also is there a way to download necessary liftweb jars manually to add
> > > them manually to the project as libraries?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to