IntelliJ IDEA 11.1 Web Help

File | Settings | Compiler | Excludes

Ctrl+Alt+SCommand Comma

IntelliJ IDEA | Preferences | Compiler | Excludes

Ctrl+Alt+SCommand Comma

Use this page to specify files and directories within your project that should not be passed to the compiler.

Item Description
Path In this field, the path to a file or directory to be excluded from compilation is shown.
Recursively For a directory: select this option to exclude from compilation all the corresponding subdirectories.
add (Alt+InsertControl N ) Use this icon or shortcut to add a file or directory to the list. Select the file or directory in the dialog that opens.
delete (Alt+DeleteCommand Delete) Use this icon or shortcut to remove the selected item or items from the list.

Note

  • The sources listed on this page, if they are used in the project parts to be compiled (e.g., if they are imported, extended or implemented), will nevertheless be compiled.
  • Explicit compiler invocation on excluded directories will force their compilation.

See Also

Concepts:

Procedures:

Web Resources: