(Quick Reference)

package

Purpose

Runs the packaging phase of Grails' runtime. This is mainly useful when used by other scripts.

Examples

As an include:

includeTargets << grailsScript("_GrailsPackage")

As a command:

grails package

Description

Usage:

grails package

Add this to the top of your Gant script to use this as an include:

includeTargets << grailsScript("_GrailsPackage")

Once this is in place you can call the packageApp target or other targets defined in the script.