Property | Definition |
default.sag.install.dir=path/to/directory | Required. The location of the Software AG suite installation directory. The specified directory must contain the common/lib directory. |
sag.master.build.dir=path/to/directory | Required. The location of the Deployer environment you installed with Software AG Installer. The specified directory must contain the master_build directory. |
default.bpm.acdl.model.ids= processID1;processID2 | Optional. A semicolon-separated list of process IDs (that is, a concatenation of process project name and process model file name). For example: testProcessProject/testProcessModel;testProcessProject2/testProcessModel2. If the process does not exist in the source directory or a child directory of it, the build script ignores the value. If left empty, all process model IDs are included. This property can be used with or without the default.bpm.acdl.model.version property. |
default.bpm.acdl.model.version=n | Optional. A single integer value that is matched to the version number of process models in the source directory or a child directory of it. The build script includes only models with a version number equal to this value in the build. If left empty, the build script includes all process model versions. You can use this property with or without the model.ids property. |
default.bpm.acdl.bam.model.ids | Optional. A semicolon-separated list of BAM process model IDs. For example: testProcessProject/testProcessModel;testProcessProject2/testProcessModel2. You must specify all BAM process models because they are for tracking purposes only and do not need to declare any dependencies. If the process does not exist in the source directory or a child directory of it, the build script ignores the property. If left empty, all process models are assumed to be BPM processes. The build script treats any process models it builds but that are not included in this list as BPM processes and generates the standard process dependencies for them. You can use this property with or without the bpm.acdl.model.ids or bpm.acdl.model.version properties. |