Configure step "Evaluate velocity template"

This step is used to evaluate velocity template and save the result into specified file.

Step necessary condition

Determines if this step is necessary during the build process. It is an OGNL expression with current configuration as its root object.

Template

Specify Velocity template to evaluate. Two variables are pre-defined: build means current build object, and system means current system object. Refer to appendix for details.

Resource loader path

QuickBuild uses templates sub directory under its installation directory as the default resource loader path when evaluates Velocity template. However you can specify additional resource loader paths here by inputing one path per line. If paths specified here is not absolute, they will be considered to be relative to current configuration's checkouts directory.

Save as

Specify the file path to which the evaluation result will be saved. Non-absolute path specified here will be assumed to be relative to current configuration's checkouts directory.