About the build file
The exported build file contains all the settings required for
building and deploying the PBL files of the application and some
additional settings.
|
Build file content |
Description | ||||
|---|---|---|---|---|---|
|
This section contains the version number of the |
||||
|
This section contains settings for source control
Both the “SourceControl” and “BuildJob” The
|
||||
|
This section lists the project(s) that has been Besides the settings NoteThe value of “namespace” should never be |
Settings in the build file are independent of each other; they
run in sequence but do not rely on others or execution results, for
example, if there is already source code in ws_objects, then you only
need to set the Merging setting, and leave Git, SVN, and VSS empty as
there is no need to download source code; or if there are PBLs in your
Git server, then you only need to set the Git setting (to download
PBLs) and leave the Merging setting empty. If you do not want a
setting to run, just leave that setting with no values; or add “\” in
front of the setting name, for example, “\Git” or “\SourceControl”,
to skip the setting.
It is recommended that you make a copy of the exported build
file and place it to the same location or a location near your
PowerBuilder application target, so that you could manage the file
path (especially the relative file path) easily.
Note: the relative path specified in the build file is relative
to the build file.