IntelliJ IDEA 2018.1 Help

Paths Tab

Use the Paths tab of the Module page to configure the compiler output paths for the module, and also to specify the locations of external JavaDocs and external annotations associated with the module.

Compiler output

ItemDescription
Inherit project compile output pathSelect this option to use the paths specified for the project.
Use module compile output pathSelect this option if you want to set the compiler output paths for this module individually. Specify the associated settings:
  • Output path. Specify the directory for the production classes. Use browseButton (Shift+Enter) to select the directory in the Select Output Path dialog.
  • Test output path. Specify the directory for the test classes. Use browseButton (Shift+Enter) to select the directory in the Select Test Output Path dialog.
  • Exclude output paths. Select this checkbox to make the output directories excluded.

JavaDoc

Use the available controls to compose the list of locations where external JavaDocs associated with the module are stored.

IconShortcutDescription
new Alt+Insert Use this icon or shortcut to add a JavaDoc file to the list.
delete Alt+Delete Use this icon or shortcut to remove the selected item from the list.
url javadoc Use this icon to add a URL of online JavaDoc.

External Annotations

Use new and delete to manage the list of locations (directories) for external annotations associated with the module.

IconShortcutDescription
new Alt+Insert Use this icon or shortcut to add a directory to the list.
delete Alt+Delete Use this icon or shortcut to remove the selected item from the list.
Last modified: 24 July 2018

See Also