#set( $command = ${project.commands.compile})
Compiles the project source Java (.java) files. Compilation of AspectJ (.aj)
files is also supported without any additional software. The following options
are supported:

   ${compile.includesOption}: the ant-style pattern that describes the source files that are to
             be included in the compilation. If not specified then all source
             files are included in the compilation.
		
   ${compile.excludesOption}: the ant-style pattern that describes the source files that are to
             be excluded in the compilation. If not specified then no source
             file is excluded in the compilation.

Examples:

   ${layout.scriptName} ${command.delegate.name}

   ${layout.scriptName} "${command.delegate.name} -${command.includesOption} org/acme/util"
