Cannot open project

Hi,
when I try to File > Open a iml project with Idea 11 nothing happens. When I open it with Idea 10 it works.

how can I debug this ?

cheers
tex

0

Please attach the log file (Help | Reveal Logs)

0
Avatar
Permanently deleted user

I think the problem was that I was pointing Idea to the .iml file instead of just choosing the directory ...

0

iml is an IDEA module file, it can't be opened without a project. Project files are stored in .idea folder, so its parent folder is a project itself and can be opened.
Also IDEA has an old-style file-based format, in this case you have *.ipr file instead of .idea folder.

0
Avatar
Permanently deleted user

it makes sense of course.

I was confused because on OSX the Idea project does not have the blue idea icon in the "Open project" dialog. That's why I was selecting the .iml file.


thanks

0

请先登录再写评论。