IntelliJ IDEA 11.1 Web Help

9.0+

The following is available only in the Ultimate edition of IntelliJ IDEA

Grails Application modules modules are created as the dedicated module type. IntelliJ IDEA generates the necessary infrastructure. You can view module structure in the Grails tool window, and use framework-specific commands.

To create a grails application module
  1. Create a new module or project from scratch.
  2. Having specified the module name and content root on the second page of the wizard, select module type: Grails Application or Griffon Application, and click Next.
  3. Specify SDK for the selected module type. If you have SDKs for the selected framework already installed, click Existing SDK, and choose one from the drop-down list.
    If you cannot find the desired SDK in the list, click New SDK, and specify the fully qualified path to the directory that contains SDK, or click the ellipsis button, and locate SDK in the Select Path dialog box.
  4. In the dialog box that opens, select the type of target to be executed. You can opt to create an application, or a plugin:

    groovy_enableGroovySupport4

    The progress messages are displayed in the Console tool window.

See Also

Concepts:

Procedures:

External Links:

Web Resources: