Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

CHAPTER 11: Batch Processing > Installing the Quartz Plug-in

Installing the Quartz Plug-in

As we mentioned, Grails leverages Quartz for job-scheduling functionality. The Quartz plug-in2 integrates Quartz into Grails and makes Quartz easy to use.

To begin, from within the project directory, execute the following command:

>grails install-plugin quartz

__________

This installs the plug-in:


Welcome to Grails 1.0 - http://grails.org/
Licensed under Apache Standard License 2.0
Grails home is set to: C:\Apps\grails\grails-1.0

Base Directory: <<WORKSPACE>>\collab-todo

Environment set to development
Running script C:\Apps\grails\grails-1.0\scripts\InstallPlugin.groovy
    [mkdir] Created dir: <<USER_HOME>>\.grails\1.0 \plugins\quartz
      [get] Getting: http://plugins.grails.org/grails-quartz/tags/RELEASE_0_2/grails-quartz-0.2.zip
      [get] To: <<USER_HOME>>\.grails\1.0 \plugins\quartz\grails-quartz-0.2.zip
.................................
     [copy] Copying 1 file to <<WORKSPACE>>\collab-todo\plugins
    [mkdir] Created dir: <<WORKSPACE>>\collab-todo\plugins\quartz-0.2
    [unzip] Expanding: <<WORKSPACE>>\collab-todo\plugins\grails-quartz-0.2.zip
into <<WORKSPACE>>\collab-todo\plugins\quartz-0.2
Executing quartz-0.2 plugin post-install script ...
    [mkdir] Created dir: <<WORKSPACE>>\collab-todo\grails-app\jobs
Compiling plugin quartz-0.2 ... ...
Compiling 9 source files to <<USER_HOME>>\.grails\1.0 \projects\collab-todo\classes
Plugin quartz-0.2 installed
Plug-in provides the following new scripts:
------------------------------------------
grails create-job

  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial