Skip to content
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:

  1. 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
  2. addons – Some addons need to be loaded very early (e.g., to add command line switches to the help)
Clone this wiki locally