IntelliJ IDEA 2016.3 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 /help/img/idea/2016.3/browseButton.png (Shift+Enter) to select the directory in the Select Output Path dialog.
  • Test output path. Specify the directory for the test classes. Use /help/img/idea/2016.3/browseButton.png (Shift+Enter) to select the directory in the Select Test Output Path dialog.
  • Exclude output paths. Select this check box 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
/help/img/idea/2016.3/new.png Alt+Insert Use this icon or shortcut to add a JavaDoc file to the list.
/help/img/idea/2016.3/delete.png Alt+Delete Use this icon or shortcut to remove the selected item from the list.
/help/img/idea/2016.3/url_javadoc.PNG Use this icon to add a URL of online JavaDoc.

External Annotations

Use /help/img/idea/2016.3/new.png and /help/img/idea/2016.3/delete.png to manage the list of locations (directories) for external annotations associated with the module.

IconShortcutDescription
/help/img/idea/2016.3/new.png Alt+Insert Use this icon or shortcut to add a directory to the list.
/help/img/idea/2016.3/delete.png Alt+Delete Use this icon or shortcut to remove the selected item from the list.

See Also

Last modified: 21 March 2017