intellij java change default output location from ~/project/out/production/module to ~/project/module/bin permanently?
Answered
Hi I recently switched to Intellij from Eclipse. The one thing I like better about Eclipse is its output path. In Eclipse the output path is ~/workspace/project/bin. In Intellij the default output path is ~/project/out/production/module. I would like to change the default output path is ALWAYS ~/project/module/bin no matter what project or module I create, and I only have to do it once instead of always going to File > Project Structure > Modules > Paths and click use module compile output path and setting the path to /Users/ MyName/ProjectDIR/Module/bin every single time. Is there any way to make this permanent change?
Please sign in to leave a comment.
It may be hard to do until https://youtrack.jetbrains.com/v2/issue/IDEABKL-859 is addressed as the $PROJECT_DIR$ macro apparently doesn't work in the output path.