compile
Purpose
Thecompile
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 flagFired Events:-verboseCompile
to the task (e.g.grails run-app -verboseCompile
), or by setting theverboseCompile
Grails build setting.
CompileStart
- Before compilation beginsCompileEnd
- After compilation completes