builddc
Builds the specified development component (DC) locally.
Syntax |
builddc
-dcname|-n ... |
Options |
|
-dcname|-n |
Name of the DC to be built. |
-dcvendor|-v |
Vendor of the DC to be built. |
-compartment|-c |
The name of the compartment in which the DC to be built resides. |
[-buildvariant|-b] |
If no build variant is specified, a DC build will be triggered for all build variants defined in the compartment. |
[-log|-o] |
If this flag is enabled, the content of the build log file is shown. |
[-buildlocation|-l] |
Indicates where the DC build took place. |
|
|
Description |
Builds a specified development component. The command works for compartments with source state only. A development configuration must be already imported or loaded. The DC to be built must be available locally. |
This command allows you to specify which DC to build. So the DC name, DC vendor and the compartment in which the DC resides has to be specified. In the example, the DC with name test from vendor mycompany.com in compartment MyComponents is built:
builddc -n test -v mycompany.com -c MyComponents -o