PageRenderTime 42ms CodeModel.GetById 19ms RepoModel.GetById 1ms app.codeStats 0ms

/ref/Command Line/compile.gdoc

https://github.com/ganta/grails-doc-src-ja
Unknown | 26 lines | 17 code | 9 blank | 0 comment | 0 complexity | c7d796de8e038474a255070af6ec9ca8 MD5 | raw file
  1. h1. compile
  2. h2. 目的 {hidden}Purpose{hidden}
  3. The @compile@ command executes the compile phase of the Grails pre-packaging process, which compiles Groovy and Java sources.
  4. h2. 使用例 {hidden}Examples{hidden}
  5. bc.
  6. grails compile
  7. h2. 詳細 {hidden}Description{hidden}
  8. 使用方法: {hidden}Usage:{hidden}
  9. {code:java}
  10. grails compile
  11. {code}
  12. {note}
  13. 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|guide:buildCustomising].
  14. {note}
  15. 発生するイベント: {hidden}Fired Events:{hidden}
  16. * @CompileStart@ - Before compilation begins
  17. * @CompileEnd@ - After compilation completes