IntelliJ IDEA 2017.2 Help

Controlling Behavior of Ant Script with Build File Properties

You can control the way IntelliJ IDEA executes Ant scripts. If you want to perform execution in the background, change amount of memory allocated to the build process, or set other execution options, you'll need to open the Build File Properties dialog. This section describes how to do it.

Opening the Build File properties dialog

  1. In the Ant Build Tool Window, select the desired build file.
  2. Do one of the following:
    • On the context menu of the selection, choose Properties.
    • Click properties button on the Ant Build toolbar.
    • Press Alt+Enter.

For specific tasks refer to the following procedures:

Last modified: 29 November 2017

See Also