Set up a project completely outside existing source folders?
已回答
A coworker has set up his intellij project so that his source is in a completely separate subtree from all his Intellij files. He did it by using "import modules from Eclipse project" in the import modules wizard. I'd like to do the same thing without resorting to the Eclipse import, just import the source and tell Intellij to stick the .iml files in the same directory with the .ipr file, instead of with the source. Is there a way to do this without using the Eclipse wizard?
请先登录再写评论。
Create a new empty projet in the new directory outside your project roots, then start adding modules via wizard. When you add a new module, you can specify the location of .iml files for them.
Attachment(s):
intellij_create.PNG
intellij_new.PNG
intellij_eclipse.PNG