(Quick Reference)

compile

目的
Purpose

The compile command executes the compile phase of the Grails pre-packaging process, which compiles Groovy and Java sources.

使用例
Examples


grails compile

詳細
Description

使用方法:

Usage:
grails compile

You can enable verbose compilation for any Grails task by passing the flag -verboseCompile to the task (e.g. grails run-app -verboseCompile), or by setting the verboseCompile Grails build setting.

発生するイベント:

Fired Events:
  • CompileStart - Before compilation begins
  • CompileEnd - After compilation completes