Fan

 

pod

build

Pod Facets

@podBuildHost = "BLAZE"
@podBuildTime = DateTime("2009-07-24T12:25:12.187-04:00 New_York")
@podBuildUser = "Brian"
@podDepends = [Depend("sys 1.0"), Depend("compiler 1.0")]
@podSrcDirs = [`fan/`, `fan/tasks/`]

Symbols

buildDevHome

Uri? buildDevHome := null

Home directory of development installation - typically this is boot repo. But we override it for bootstrap builds.

buildDotnetHome

Uri? buildDotnetHome := null

Home directory of .NET installation - required for .NET related build tasks.

buildJdkHome

Uri? buildJdkHome := null

Home directory of JDK installation - required for Java related build tasks.

buildVersion

Version buildVersion := Version("0.0.0")

Version to use by default for building pods (and other targets).

target

Str target := false

Target facet is applied to a BuildScript method to indicate it is a build target or goal. The string value should be a description of the target.