...
Name | Description |
---|---|
.prog | A shell script which is callable by a Concurrent Program. |
Attributes
Name | Description | Default Value | Supported Values |
---|---|---|---|
Source | Object Source Location Type | SCM | SCM |
Target Location | Path to where the file should be deployed. | $<PROD_TOP>/bin/ |
...
Related Project Properties
Name | Description | Default Value |
---|---|---|
EBS Prog Root Source Directory | Source folder for Prog files (e.g. cm). | prog |
...
Sample Build Commands
N/A - Build commands not supported for this type.
Sample Deploy Commands
Code Block | ||||
---|---|---|---|---|
| ||||
cp $SOURCE_FILE $XXHR_TOP/bin/; ln -sf $FND_TOP/bin/fndcpesr $XXHR_TOP/bin/programFile |
...