(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.