[Lift] Re: JetBrains IntelliJ IDEA integration

2009-08-26 Thread Ilya Sergey
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. Cr

[Lift] Re: JetBrains IntelliJ IDEA integration

2009-08-26 Thread Michel Klijn
Hi Dorinel, I had the same problem with Intellj 8.1.3 on mac osx. In my case even though i had the Maven plugin installed, it wasn't configured yet for some reason it never ask me to configure it. As it turns out, the Maven settings are project specific. Configure them like this: File -> Template

[Lift] Re: JetBrains IntelliJ IDEA integration

2009-08-26 Thread Dorinel
I've found the problem. I was running IDEA under root user (I needed to debug an application on port allowed only to root some time ago, and since then the start up script of idea was running under root user) When I switched to normal user it was able to import pom.xml file. Hope this help you to

[Lift] Re: JetBrains IntelliJ IDEA integration

2009-08-26 Thread Dorinel
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 highl

[Lift] Re: JetBrains IntelliJ IDEA integration

2009-08-26 Thread Indrajit Raychaudhuri
I have found generating IDEA project (*.ipr) and module (*.iml) files with mvn idea:idea to be more consistent. It would take care of downloading the required jars. You can then proceed and open the project with IDEA. Newer versions might ask if you want to move to new project format which you can

[Lift] Re: JetBrains IntelliJ IDEA integration

2009-08-26 Thread Ilya Sergey
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 > > I've managed to create simple