9.150 PACKAGE_BUILD
Note: Built-In Function Rules Usage Options
This Built-In Function will build a Version or Patch has been defined using the Deployment Tool or the 9.151 PACKAGE_CREATE Built-In Function.
Arguments
|
No
|
Type
|
Req/ Opt
|
Description
|
Min Len
|
Max Len
|
Min Dec
|
Max Dec
|
|
1
|
A
|
Req
|
Application Name
|
1
|
8
|
|
|
|
2
|
A
|
Req
|
Version or Patch
Version must be in the format <major version number>.<minor version number>.<build number>
Patch must be in the format <major version number>.<minor version number>.<build number>.<patch number>
|
1
|
23
|
|
|
|
3
|
A
|
Opt
|
Package Path
Indicate where the package should be created.
If path is blank, package is expected to exist in <System Directory>\X_Apps.
Default: blank
|
1
|
256
|
|
|
|
4
|
A
|
Opt
|
Build Steps
1 - LANSA Build
2 - MSI Build
A - LANSA + MSI Build
Default: A
|
1
|
1
|
|
|
|
Return Values
|
No
|
Type
|
Req/ Opt
|
Description
|
Min Len
|
Max Len
|
Min Dec
|
Max Dec
|
|
1
|
A
|
Req
|
Return Code
OK = Package built without error
ER = An Error occurred during the package build. Check log files associated with package.
|
2
|
2
|
|
|
|
2
|
A
|
Req
|
Reason
Explanation accompanying error
|
1
|
100
|
|
|
|