Build Extensions Build Properties

The following table describes the build properties created for and used by the Build Extensions build processes. It includes the name of the property, the possible values for the property, a brief description of the property, and the source (Src) of the property.

The source of the property, where is was created and its value set, is one of the following:

B Build property The property is defined in the build definition.
C Configuration file The property is defined in the configuration properties file.
E Environment variable The property is derived from an environment variable.
F Engine file The property is defined in the engine properties file.
G Engine property The property is defined in the build engine definition.
I Initialization variable The property is internally generated as part of an initialization process.
L Local build property The property is created by the build process by a build script.
M Created by macro The property is created by a build Ant macro.
P Engine participant The property is internally generated by a build engine participant.
D Supplied by build definition The property is internally generated by by the build definition.
Build Properties
Name Value Description Src
ant.com.arguments ${ant.com.properties} ${ant.com.libraries} Ant build common arguments. G