Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Intellij IDEA: How to change build directory?

Tags:

Does anyone happen to know how to change the build directory name in Intellij IDEA (11 or 12)? The default name is out, I want it to be target.

like image 424
Sergey Weiss Avatar asked Dec 10 '12 10:12

Sergey Weiss


People also ask

How do I change directory in IntelliJ module?

From the main menu, select File | Project Structure Ctrl+Alt+Shift+S and click Modules. Select the necessary module and open the Sources tab. to the right of the necessary folder (folder path). Specify the path relative to the output folder root, and click OK.

How do I get out of folder in IntelliJ?

You can manually modify the output directory used in Project Structure ( Ctrl + Shift + Alt + S or ⌘ ; ). There is a project wide setting in Project Settings > Project and then a setting for each module in Project Settings > Modules > "Paths" tab.


2 Answers

You can find the setting here

File [Menu] > Project Structure > Modules [List] > Path [Tab] > Use module compile output path [Option]

like image 159
Oliver Atkinson Avatar answered Oct 16 '22 19:10

Oliver Atkinson


In Intellij IDEA 13.1.4, do:

  1. File [menu]
  2. Project Structure [option]
  3. Project Settings [section]
  4. Project [tab]
  5. Project compiler output [text field]
like image 31
jameshfisher Avatar answered Oct 16 '22 21:10

jameshfisher