Does idea have a feature like "allow output folders for source folder" in myeclipse

305 views Asked by At

I use Intellij IDEA to develop a web project and I have some source folders in the project.

I want to compile code in different source folders to different compile folders.

I know in myeclipse there is a feature "allow output folders for source folder" which can achieve this goal, but I can't find the function in Intellij IDEA, so I wonder if there is one or is there a convenient way to realize it.

1

There are 1 answers

0
CrazyCoder On

You can achieve this behavior by splitting your code into multiple modules in IntelliJ IDEA as output folder configuration is provided only for modules, not per source root/folder.