IntelliJ IDEA 12.1.0 Web Help

8.0+
Some features described here are available in Ultimate edition only.

With IntelliJ IDEA, it is possible to run an entire Gant script, or each target separately, using the temporary run/debug configurations. Temporary run configuration for a script or target can be saved as a permanent one.

Results display in the Run tool window.

To run a gant script
  • Select the desired Gant script, and run it with the default run/debug configuration.
To run a gant target
  1. Open the desired Gant script in the editor, and place the caret at the Gant target to be executed.
  2. On the context menu, choose Run "<script><target>"

    GantRunTarget.png

See Also

Concepts:

Procedures:

Reference:

Web Resources: