Build options

Build options

The build options table allows you to control which translators are enabled for each type of Enterprise Extensions (EE) Dependency Build. There are six types of builds:

Type: Description:
Compile A compile only build. In this build only the compile step is executed. This type of build is used while code changes are being made to validate the syntax of the changes. This is usually used with a personal build, and therefore, does not affect Team Build data sets.
Initial The initial build includes all elements defined to the build. A Team Build is performed when source is initially transferred to EE or when a new version or new stream is created for the source. This build creates the initial copy of the Team Build data sets.
Library The library build is used to recompile an element under source control without affecting Team Build data sets.
Refresh The refresh build is used to refresh the Team Build data sets. It includes all elements defined to the build. This build rebuilds the Team Build data sets.
Service The service build is used to update the Team Build data sets. When changes have been made and validated, and the Team Build data sets need to be updated because of the changes, this build is run to incorporate those changes and update the team data sets.
Testing The testing build is used to create artifacts to test a change. This build does not affect the Team Build data sets.