-
Notifications
You must be signed in to change notification settings - Fork 0
Home
ittayd edited this page Sep 13, 2010
·
3 revisions
This is a forked repository. Have a look at
vic’s buildr wiki
for more information.
The fork currently enhances Buildr in two ways:
- performance – Buildr will invoke all projects after the buildfile is loaded. This is nice for small buildfiles but takes a significant amount of time for build files with many projects (especially since the java compiler scans each module’s java source directory). This fork makes initialization lazy, only when Project#project is used
- addons – Some addons need to be loaded very early (e.g., to add command line switches to the help)