Skip to content

mpas/grails-doc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To build the documentation:

ant docs

Building the documentation relies on access to a copy of the Grails
source code.  By default the build will download a copy of the source
code from Github.  The archive downloaded will be snaphshot of the latest
version of the project, not the entire project history.  Because of that,
the download is smaller than a full clone of the repository but is still
fairly large (approximately 40mb).  To avoid the download you may take
advantage of a local copy of the source tree by setting the grails.home
system property and assigning it a value that points to a copy of the
grails project:

ant docs -Dgrails.home=/home/user/projects/grails-core

Additionally you can create a local.properties file with this variable set, e.g.

   grails.home=/home/user/projects/grails-core

or

   grails.home ../grails-core

About

Documentation Project For The Grails Web Application Framework

Resources

Stars

Watchers

Forks

Packages

No packages published