Data deployment configuration properties
These properties provide general settings to the data deployment process. The original template file for these properties is WCBD_installdir/deploy/data/wcbd-deploy.properties.template.
Property summary
Property | Summary |
---|---|
source.dir | The deployment source directory. |
full.source.dir | The full deployment source directory. |
log.dir | The deployment log directory. |
log.file | The deployment log file. |
log.zip.file | The zip file which contains build logs that are attached to deployment failure notifications. |
working.dir | The working directory used to store temporary files that are generated by the deployment process. |
wc.home | The HCL Commerce or HCL Commerce Developer installation directory. |
was.home | The WebSphere Application Server installation directory. |
db.type | The name of the database vendor which the build processes uses to configure the WebSphere Commerce loading utility classpath. |
db.name | The database name. |
db.schema.name | The database schema name. |
jdbc.url | The JDBC URL. |
jdbc.driver | The JDBC driver class name. |
jdbc.driver.path | The classpath that contains the JDBC driver library and other libraries it depends on. |
datasource.jndi.name | The JNDI name of the default datasource that will be mapped for entity beans in EJB modules that are deployed. |
sql.onerror | The action to perform when a statement fails as part of the <sql> task. |
procedural.sql.file.name.id | The string identifier in the name of a SQL file which indicates that the file is a procedural SQL file. |
procedural.sql.delimiter | The delimiter that separates procedural SQL statements in a procedural SQL file. |
wcs.dtd.path | The path to the wcs.dtd file that is used for loading ACP and ACUG data. |
massload.method | The mode of operation used by the massload utility when it modifies the database using input data. |
massload.noprimary | The action that the massload utility takes when the primary key is missing for a record in the input file. |
massload.commitcount | The number of records processed by the massload utility before the database commit occurs when using the SQL update method of operation. |
massload.maxerror | The number of errors after which the massload utility will terminate in the SQL update method of operation. |
massload.customizer | Name of the customizer properties file to be used for the massload utility. |
massload.debug | Whether the massload utility should output debugging information to the console. |
dataload.logging.config.file | The path to the logger config file which is used by the HCL Commerce Data Load utility. |
dataload.log.dir | The directory in which logs will be created by the HCL Commerce Data Load utility. |
dataload.params | The list of parameters to be passed to the Data Load utility command. |
run.dataload.sql.common | Whether common SQL data should be loaded. |
run.dataload.sql.target | Whether target-specific SQL data should be loaded. |
dataload.sql.common.dir | The directory that contains common SQL data files to be loaded. |
dataload.sql.common.order | Whether common SQL data files are to be loaded in order as specified in ${dataload.sql.common.ordered.list}. |
dataload.sql.common.fileset.includes | The comma-separated list of common SQL data files, relative to ${dataload.sql.common.dir}, to be included for loading, if ${dataload.sql.common.order} is set to false. |
dataload.sql.common.fileset.excludes | The comma-separated list of common SQL data files, relative to ${dataload.sql.common.dir}, to be excluded from loading, if ${dataload.sql.common.order} is set to false. |
dataload.sql.common.ordered.list | The comma-separated list of common SQL data files, relative to ${dataload.sql.common.dir}, to be loaded in order, if ${dataload.sql.common.order} is set to true. |
dataload.sql.target.dir | The directory that contains target-specific SQL data files to be loaded. |
dataload.sql.target.order | Whether target-specific SQL data files are to be loaded in order as specified in ${dataload.sql.target.ordered.list}. |
dataload.sql.target.fileset.includes | The comma-separated list of target-specific SQL data files, relative to ${dataload.sql.target.dir}, to be included for loading, if ${dataload.sql.target.order} is set to false. |
dataload.sql.target.fileset.excludes | The comma-separated list of target-specific SQL data files, relative to ${dataload.sql.target.dir}, to be excluded from loading, if ${dataload.sql.target.order} is set to false. |
dataload.sql.target.ordered.list | The comma-separated list of target-specific SQL data files, relative to ${dataload.sql.target.dir}, to be loaded in order, if ${dataload.sql.target.order} is set to true. |
run.dataload.xml.common | Whether common XML data should be loaded. |
run.dataload.xml.target | Whether target-specific XML data should be loaded. |
dataload.xml.common.dir | The directory that contains common XML data files to be loaded. |
dataload.xml.common.order | Whether common XML data files are to be loaded in order as specified in ${dataload.xml.common.ordered.list}. |
dataload.xml.common.fileset.includes | The comma-separated list of common XML data files, relative to ${dataload.xml.common.dir}, to be included for loading, if ${dataload.xml.common.order} is set to false. |
dataload.xml.common.fileset.excludes | The comma-separated list of common XML data files, relative to ${dataload.xml.common.dir}, to be excluded from loading, if ${dataload.xml.common.order} is set to false. |
dataload.xml.common.ordered.list | The comma-separated list of common XML data files, relative to ${dataload.xml.common.dir}, to be loaded in order, if ${dataload.xml.common.order} is set to true. |
dataload.xml.common.idresgen.excludes | The comma-separated list of common XML data files, relative to ${dataload.xml.common.dir}, to be excluded from idresgen during the dataload. |
dataload.xml.common.failonerror | Whether the Ant build should fail when there are errors loading the common XML data files. |
dataload.xml.target.dir | The directory that contains target-specific XML data files to be loaded. |
dataload.xml.target.order | Whether target-specific XML data files are to be loaded in order as specified in ${dataload.xml.target.ordered.list}. |
dataload.xml.target.fileset.includes | The comma-separated list of target-specific XML data files, relative to ${dataload.xml.target.dir}, to be included for loading, if ${dataload.xml.target.order} is set to false. |
dataload.xml.target.fileset.excludes | The comma-separated list of target-specific XML data files, relative to ${dataload.xml.target.dir}, to be excluded from loading, if ${dataload.xml.target.order} is set to false. |
dataload.xml.target.ordered.list | The comma-separated list of target-specific XML data files, relative to ${dataload.xml.target.dir}, to be loaded in order, if ${dataload.xml.target.order} is set to true. |
dataload.xml.target.idresgen.excludes | The comma-separated list of target-specific XML data files, relative to ${dataload.xml.target.dir}, to be excluded from idresgen during the dataload. |
dataload.xml.target.failonerror | Whether the Ant build should fail when there are errors loading the target- specific XML data files. |
run.dataload.dataload.common | Whether common Data Load utility data should be loaded. |
run.dataload.dataload.target | Whether target-specific Data Load utility data should be loaded. |
dataload.dataload.common.dir | The directory that contains common Data Load utility data files to be loaded. |
dataload.dataload.common.order | Whether common Data Load utility data files are to be loaded in order as specified in ${dataload.dataload.common.ordered.list}. |
dataload.dataload.common.fileset.includes | The comma-separated list of common Data Load utility data files, relative to ${dataload.dataload.common.dir}, to be included for loading, if ${dataload.dataload.common.order} is set to false. |
dataload.dataload.common.fileset.excludes | The comma-separated list of common Data Load utility data files, relative to ${dataload.dataload.common.dir}, to be excluded from loading, if ${dataload.dataload.common.order} is set to false. |
dataload.dataload.common.ordered.list | The comma-separated list of common Data Load utility data files, relative to ${dataload.dataload.common.dir}, to be loaded in order, if ${dataload.dataload.common.order} is set to true. |
dataload.dataload.common.failonerror | Whether the Ant build should fail when there are errors loading the common Data Load utility data files. |
dataload.dataload.target.dir | The directory that contains target-specific Data Load utility data files to be loaded. |
dataload.dataload.target.order | Whether target-specific Data Load utility data files are to be loaded in order as specified in ${dataload.dataload.target.ordered.list}. |
dataload.dataload.target.fileset.includes | The comma-separated list of target-specific Data Load utility data files, relative to ${dataload.dataload.target.dir}, to be included for loading, if ${dataload.dataload.target.order} is set to false. |
dataload.dataload.target.fileset.excludes | The comma-separated list of target-specific Data Load utility data files, relative to ${dataload.dataload.target.dir}, to be excluded from loading, if ${dataload.dataload.target.order} is set to false. |
dataload.dataload.target.ordered.list | The comma-separated list of target-specific Data Load utility data files, relative to ${dataload.dataload.target.dir}, to be loaded in order, if ${dataload.dataload.target.order} is set to true. |
dataload.dataload.target.failonerror | Whether the Ant build should fail when there are errors loading the target- specific Data Load uitlity data files. |
run.dataload.acug.common | Whether common ACUG data should be loaded. |
run.dataload.acug.target | Whether target-specific ACUG data should be loaded. |
dataload.acug.common.dir | The directory that contains common ACUG data files to be loaded. |
dataload.acug.common.order | Whether common ACUG data files are to be loaded in order as specified in ${dataload.acug.common.ordered.list}. |
dataload.acug.common.fileset.includes | The comma-separated list of common ACUG data files, relative to ${dataload.acug.common.dir}, to be included for loading, if ${dataload.acug.common.order} is set to false. |
dataload.acug.common.fileset.excludes | The comma-separated list of common ACUG data files, relative to ${dataload.acug.common.dir}, to be excluded from loading, if ${dataload.acug.common.order} is set to false. |
dataload.acug.common.ordered.list | The comma-separated list of common ACUG data files, relative to ${dataload.acug.common.dir}, to be loaded in order, if ${dataload.acug.common.order} is set to true. |
dataload.acug.common.failonerror | Whether the Ant build should fail when there are errors loading the common ACUG data files. |
dataload.acug.target.dir | The directory that contains target-specific ACUG data files to be loaded. |
dataload.acug.target.order | Whether target-specific ACUG data files are to be loaded in order as specified in ${dataload.acug.target.ordered.list}. |
dataload.acug.target.fileset.includes | The comma-separated list of target-specific ACUG data files, relative to ${dataload.acug.target.dir}, to be included for loading, if ${dataload.acug.target.order} is set to false. |
dataload.acug.target.fileset.excludes | The comma-separated list of target-specific ACUG data files, relative to ${dataload.acug.target.dir}, to be excluded from loading, if ${dataload.acug.target.order} is set to false. |
dataload.acug.target.ordered.list | The comma-separated list of target-specific ACUG data files, relative to ${dataload.acug.target.dir}, to be loaded in order, if ${dataload.acug.target.order} is set to true. |
dataload.acug.target.failonerror | Whether the Ant build should fail when there are errors loading the target- specific ACUG data files. |
run.dataload.acp.common | Whether common ACP data should be loaded. |
run.dataload.acp.target | Whether target-specific ACP data should be loaded. |
dataload.acp.common.dir | The directory that contains common ACP data files to be loaded. |
dataload.acp.common.order | Whether common ACP data files are to be loaded in order as specified in ${dataload.acp.common.ordered.list}. |
dataload.acp.common.fileset.includes | The comma-separated list of common ACP data files, relative to ${dataload.acp.common.dir}, to be included for loading, if ${dataload.acp.common.order} is set to false. |
dataload.acp.common.fileset.excludes | The comma-separated list of common ACP data files, relative to ${dataload.acp.common.dir}, to be excluded from loading, if ${dataload.acp.common.order} is set to false. |
dataload.acp.common.ordered.list | The comma-separated list of common ACP data files, relative to ${dataload.acp.common.dir}, to be loaded in order, if ${dataload.acp.common.order} is set to true. |
dataload.acp.common.failonerror | Whether the Ant build should fail when there are errors loading the common ACP data files. |
dataload.acp.target.dir | The directory that contains target-specific ACP data files to be loaded. |
dataload.acp.target.order | Whether target-specific ACP data files are to be loaded in order as specified in ${dataload.acp.target.ordered.list}. |
dataload.acp.target.fileset.includes | The comma-separated list of target-specific ACP data files, relative to ${dataload.acp.target.dir}, to be included for loading, if ${dataload.acp.target.order} is set to false. |
dataload.acp.target.fileset.excludes | The comma-separated list of target-specific ACP data files, relative to ${dataload.acp.target.dir}, to be excluded from loading, if ${dataload.acp.target.order} is set to false. |
dataload.acp.target.ordered.list | The comma-separated list of target-specific ACP data files, relative to ${dataload.acp.target.dir}, to be loaded in order, if ${dataload.acp.target.order} is set to true. |
dataload.acp.target.failonerror | Whether the Ant build should fail when there are errors loading the target- specific ACP data files. |
run.dataload.acpnls.common | Whether common ACP NLS data should be loaded. |
run.dataload.acpnls.target | Whether target-specific ACP NLS data should be loaded. |
dataload.acpnls.common.dir | The directory that contains common ACP NLS data. |
dataload.acpnls.common.order | Whether common ACP NLS data files are to be loaded in order as specified in ${dataload.acpnls.common.ordered.list}. |
dataload.acpnls.common.fileset.includes | The comma-separated list of common ACP NLS data files, relative to ${dataload.acpnls.common.dir}, to be included for loading, if ${dataload.acpnls.common.order} is set to false. |
dataload.acpnls.common.fileset.excludes | The comma-separated list of common ACP NLS data files, relative to ${dataload.acpnls.common.dir}, to be excluded from loading, if ${dataload.acpnls.common.order} is set to false. |
dataload.acpnls.common.ordered.list | The comma-separated list of common dataload ACP NLS data files, relative to ${dataload.acpnls.common.dir}, to be loaded in order, if ${dataload.acpnls.common.order} is set to true. |
dataload.acpnls.common.failonerror | Whether the Ant build should fail when there are errors loading the common ACP NLS data files. |
dataload.acpnls.target.dir | The directory that contains target-specific ACP NLS data. |
dataload.acpnls.target.order | Whether target-specific ACP NLS data files are to be loaded in order as specified in ${dataload.acpnls.target.ordered.list}. |
dataload.acpnls.target.fileset.includes | The comma-separated list of target-specific ACP NLS data files, relative to ${dataload.acpnls.target.dir}, to be included for loading, if ${dataload.acpnls.target.order} is set to false. |
dataload.acpnls.target.fileset.excludes | The comma-separated list of target-specific ACP NLS data files, relative to ${dataload.acpnls.target.dir}, to be excluded from loading, if ${dataload.acpnls.target.order} is set to false. |
dataload.acpnls.target.ordered.list | The comma-separated list of target-specific ACP NLS data file, relative to ${dataload.acpnls.target.dir}, to be loaded in order, if ${dataload.acpnls.target.order} is set to true. |
dataload.acpnls.target.failonerror | Whether the Ant build should fail when there are errors loading the target- specific ACP NLS data files. |
run.mail.success | Whether deployment success notifications should be sent. |
run.mail.failure | Whether deployment failure notifications should be sent. |
mail.from | The sender e-mail address of deployment status notifications. |
mail.success.tolist | The comma-separated list of e-mail addresses that receive deployment success notifications. |
mail.failure.tolist | The comma-separated list of e-mail addresses that receive deployment failure notifications. |
mail.mailhost | The host name of the SMTP server. |
mail.mailport | The TCP port of the SMTP server. |
mail.ssl | Whether the SMTP server uses TLS/SSL for encryption. |
mail.success.subject | The subject of deployment success notifications. |
mail.failure.subject | The subject of deployment failure notifications. |
mail.success.message | The message body of deployment success notifications. |
mail.failure.message | The message body of deployment failure notifications. |
Property detail
- source.dir
-
The deployment source directory.
- Default
- full.source.dir
-
The full deployment source directory. For a full build, ${source.dir} should reference this property.
- Default
-
${basedir}/source
- log.dir
-
The deployment log directory.
- Default
-
${basedir}/logs/${build.label}-${target.env}-${tstamp}
- log.file
-
The deployment log file.
- Default
-
${log.dir}/wcbd-deploy-server.log
- log.zip.file
-
The compressed file which contains build logs that are attached to deployment failure notifications.
- Default
-
${log.dir}/wcbd-deploy-server-log-${build.label}-${target.env}.zip
- working.dir
-
The working directory used to store temporary files that are generated by the deployment process.
- Default
-
${basedir}/working
- wc.home
-
The HCL Commerce or HCL Commerce Developer installation directory.
- was.home
-
The WebSphere Application Server installation directory.
- db.type
-
The name of the database vendor which the build processes uses to configure the HCL Commerce loading utility classpath. It should be set to the corresponding value for the database vendor type.
- Default
-
db2
- Valid values
-
db2
oracle
- db.name
-
The database name.
- db.schema.name
-
The database schema name. It is typically the same as the database user name.
- jdbc.url
-
The JDBC URL. Use the value corresponding to the database vendor listed below unless you have special requirements to use other JDBC drivers which requires a different URL, or include other parameters in the URL.
- Valid values
-
jdbc:db2://db_host_name:db_port/${db.name}
jdbc:oracle:oci:@db_host_name:db_port:${db.name}
DB2 for i: jdbc:as400://db_host_name/${db.schema.name};database name=${db.name}
- jdbc.driver
-
The JDBC driver class name. Use the value corresponding to the database vendor listed below unless you have special requirements to use other JDBC drivers.
- Valid values
-
com.ibm.db2.jcc.DB2Driver
oracle.jdbc.driver.OracleDriver
DB2 for i: com.ibm.as400.access.AS400JDBCDriver
- jdbc.driver.path
-
The classpath that contains the JDBC driver library and other libraries it depends on. Use the value corresponding to the database vendor listed below unless you have special requirements to use other JDBC drivers and libraries.
- Valid values
- datasource.jndi.name
-
The JNDI name of the default datasource that will be mapped for entity beans in EJB modules that are deployed.
- Valid values
-
jdbc/HCL Commerce DB2 DataSource ${wc.instance.name}
jdbc/HCL Commerce Oracle DataSource ${wc.instance.name}
DB2 for i: jdbc/HCL Commerce iSeries DataSource ${wc.instance.name}
- sql.onerror
-
The action to perform when a statement fails as part of the SQL task.
- Default
-
continue
- Valid values
-
- continue
- stop
- abort
- procedural.sql.file.name.id
-
The string identifier in the name of a SQL file which indicates that the file is a procedural SQL file. For example, the file name procedural.triggers.sql indicates that the file is a procedural SQL file, but the file name createTables.sql does not.
- Default
-
procedural
- procedural.sql.delimiter
-
The delimiter that separates procedural SQL statements in a procedural SQL file.
- Default
-
@
- wcs.dtd.path
-
The path to the wcs.dtd file that is used for loading ACP and ACUG data.
- Default
-
${wc.home}/schema/xml/wcs.dtd
- massload.method
-
The mode of operation used by the massload utility when it modifies the database using input data.
- Default
-
sqlimport
- Valid values
-
- import
- load
- sqlimport
- delete
- createonly
- loadonly
- massload.noprimary
-
The action that the massload utility takes when the primary key is missing for a record in the input file.
- Default
-
error
- Valid values
-
- error
- insert
- skip
- massload.commitcount
-
The number of records processed by the massload utility before the database commit occurs when using the SQL update method of operation.
- Default
-
100
- massload.maxerror
-
The number of errors after which the massload utility will terminate in the SQL update method of operation.
- Default
-
1
- massload.customizer
-
Name of the customizer properties file to be used for the idresgen utility. Use the value corresponding to the database vendor listed below.
- Valid values
-
(empty)
OracleConnectionCustomizer
DB2 for i: Toolbox_LODWCSDTA_Customizer
- massload.debug
-
Whether the massload utility should output debugging information to the console.
- Default
-
false
- dataload.logging.config.file
-
The path to the logger config file which is used by the HCL Commerce Data Load utility.
- Default
-
${basedir}/wcbd-dataload-logging.properties
- dataload.log.dir
-
The directory in which logs will be created by the HCL Commerce Data Load utility.
- Default
-
${log.dir}/dataload
- dataload.params
-
The list of parameters to be passed to the Data Load utility command.
- run.dataload.sql.common
-
Whether common SQL data should be loaded.
- Default
-
true
- Valid values
-
- true
- false
- run.dataload.sql.target
-
Whether target-specific SQL data should be loaded.
- Default
-
true
- Valid values
-
- true
- false
- dataload.sql.common.dir
-
The directory that contains common SQL data files to be loaded.
- Default
-
${source.dir}/dataload/sql/common
- dataload.sql.common.order
-
Whether common SQL data files are to be loaded in order as specified in ${dataload.sql.common.ordered.list}.
- Default
-
false
- Valid values
-
- true
- false
- dataload.sql.common.fileset.includes
-
The comma-separated list of common SQL data files, relative to ${dataload.sql.common.dir}, to be included for loading, if ${dataload.sql.common.order} is set to false. Leave the value of this property empty to include all files.
- dataload.sql.common.fileset.excludes
-
The comma-separated list of common SQL data files, relative to ${dataload.sql.common.dir}, to be excluded from loading, if ${dataload.sql.common.order} is set to false. Leave the value of this property empty to not exclude any file.
- dataload.sql.common.ordered.list
-
The comma-separated list of common SQL data files, relative to ${dataload.sql.common.dir}, to be loaded in order, if ${dataload.sql.common.order} is set to true.
- dataload.sql.target.dir
-
The directory that contains target-specific SQL data files to be loaded.
- Default
-
${source.dir}/dataload/sql/${target.env}
- dataload.sql.target.order
-
Whether target-specific SQL data files are to be loaded in order as specified in ${dataload.sql.target.ordered.list}.
- Default
-
false
- Valid values
-
- true
- false
- dataload.sql.target.fileset.includes
-
The comma-separated list of target-specific SQL data files, relative to ${dataload.sql.target.dir}, to be included for loading, if ${dataload.sql.target.order} is set to false. Leave the value of this property empty to include all files.
- dataload.sql.target.fileset.excludes
-
The comma-separated list of target-specific SQL data files, relative to ${dataload.sql.target.dir}, to be excluded from loading, if ${dataload.sql.target.order} is set to false. Leave the value of this property empty to not exclude any file.
- dataload.sql.target.ordered.list
-
The comma-separated list of target-specific SQL data files, relative to ${dataload.sql.target.dir}, to be loaded in order, if ${dataload.sql.target.order} is set to true.
- run.dataload.xml.common
-
Whether common XML data should be loaded.
- Default
-
true
- Valid values
-
- true
- false
- run.dataload.xml.target
-
Whether target-specific XML data should be loaded.
- Default
-
true
- Valid values
-
- true
- false
- dataload.xml.common.dir
-
The directory that contains common XML data files to be loaded.
- Default
-
${source.dir}/dataload/xml/common
- dataload.xml.common.order
-
Whether common XML data files are to be loaded in order as specified in ${dataload.xml.common.ordered.list}.
- Default
-
false
- Valid values
-
- true
- false
- dataload.xml.common.fileset.includes
-
The comma-separated list of common XML data files, relative to ${dataload.xml.common.dir}, to be included for loading, if ${dataload.xml.common.order} is set to false. Leave the value of this property empty to include all files.
- dataload.xml.common.fileset.excludes
-
The comma-separated list of common XML data files, relative to ${dataload.xml.common.dir}, to be excluded from loading, if ${dataload.xml.common.order} is set to false. Leave the value of this property empty to not exclude any file.
- dataload.xml.common.ordered.list
-
The comma-separated list of common XML data files, relative to ${dataload.xml.common.dir}, to be loaded in order, if ${dataload.xml.common.order} is set to true.
- dataload.xml.common.idresgen.excludes
-
The comma-separated list of common XML data files, relative to ${dataload.xml.common.dir}, to be excluded from idresgen during the dataload. Leave the value of this property empty to not exclude any file.
- dataload.xml.common.failonerror
-
Whether the Ant build should fail when there are errors loading the common XML data files.
- Default
-
true
- Valid values
-
- true
- false
- dataload.xml.target.dir
-
The directory that contains target-specific XML data files to be loaded.
- Default
-
${source.dir}/dataload/xml/${target.env}
- dataload.xml.target.order
-
Whether target-specific XML data files are to be loaded in order as specified in ${dataload.xml.target.ordered.list}.
- Default
-
false
- Valid values
-
- true
- false
- dataload.xml.target.fileset.includes
-
The comma-separated list of target-specific XML data files, relative to ${dataload.xml.target.dir}, to be included for loading, if ${dataload.xml.target.order} is set to false. Leave the value of this property empty to include all files.
- dataload.xml.target.fileset.excludes
-
The comma-separated list of target-specific XML data files, relative to ${dataload.xml.target.dir}, to be excluded from loading, if ${dataload.xml.target.order} is set to false. Leave the value of this property to not exclude any file.
- dataload.xml.target.ordered.list
-
The comma-separated list of target-specific XML data files, relative to ${dataload.xml.target.dir}, to be loaded in order, if ${dataload.xml.target.order} is set to true.
- dataload.xml.target.idresgen.excludes
-
The comma-separated list of target-specific XML data files, relative to ${dataload.xml.target.dir}, to be excluded from idresgen during the dataload. Leave the value of this property empty to not exclude any file.
- dataload.xml.target.failonerror
-
Whether the Ant build should fail when there are errors loading the target- specific XML data files.
- Default
- true
- Valid values
-
- true
- false
- run.dataload.dataload.common
-
Whether common Data Load utility data should be loaded.
- Default
- true
- Valid values
-
- true
- false
- run.dataload.dataload.target
-
Whether target-specific Data Load utility data should be loaded.
- Default
- true
- Valid values
-
- true
- false
- dataload.dataload.common.dir
-
The directory that contains common Data Load utility data files to be loaded.
- Default
-
${source.dir}/dataload/dataload/common
- dataload.dataload.common.order
-
Whether common Data Load utility data files are to be loaded in order as specified in ${dataload.dataload.common.ordered.list}.
- Default
- false
- Valid values
-
- true
- false
- dataload.dataload.common.fileset.includes
-
The comma-separated list of common Data Load utility data files, relative to ${dataload.dataload.common.dir}, to be included for loading, if ${dataload.dataload.common.order} is set to false.
- Default
- **/wc-dataload.xml
- dataload.dataload.common.fileset.excludes
-
The comma-separated list of common Data Load utility data files, relative to ${dataload.dataload.common.dir}, to be excluded from loading, if ${dataload.dataload.common.order} is set to false. Leave the value of this property empty to not exclude any file.
- dataload.dataload.common.ordered.list
-
The comma-separated list of common Data Load utility data files, relative to ${dataload.dataload.common.dir}, to be loaded in order, if ${dataload.dataload.common.order} is set to true.
- dataload.dataload.common.failonerror
-
Whether the Ant build should fail when there are errors loading the common Data Load utility data files.
- Default
- true
- Valid values
-
- true
- false
- dataload.dataload.target.dir
-
The directory that contains target-specific Data Load utility data files to be loaded.
- Default
-
${source.dir}/dataload/dataload/${target.env}
- dataload.dataload.target.order
-
Whether target-specific Data Load utility data files are to be loaded in order as specified in ${dataload.dataload.target.ordered.list}.
- Default
- false
- Valid values
-
- true
- false
- dataload.dataload.target.fileset.includes
-
The comma-separated list of target-specific Data Load utility data files, relative to ${dataload.dataload.target.dir}, to be included for loading, if ${dataload.dataload.target.order} is set to false.
- Default
-
**/wc-dataload.xml
- dataload.dataload.target.fileset.excludes
-
The comma-separated list of target-specific Data Load utility data files, relative to ${dataload.dataload.target.dir}, to be excluded from loading, if ${dataload.dataload.target.order} is set to false. Leave the value of this property to not exclude any file.
- dataload.dataload.target.ordered.list
-
The comma-separated list of target-specific Data Load utility data files, relative to ${dataload.dataload.target.dir}, to be loaded in order, if ${dataload.dataload.target.order} is set to true.
- dataload.dataload.target.failonerror
-
Whether the Ant build should fail when there are errors loading the target- specific Data Load uitlity data files.
- Default
- true
- Valid values
-
- true
- false
- run.dataload.acug.common
-
Whether common ACUG data should be loaded.
- Default
- true
- Valid values
-
- true
- false
- run.dataload.acug.target
-
Whether target-specific ACUG data should be loaded.
- Default
- true
- Valid values
-
- true
- false
- dataload.acug.common.dir
-
The directory that contains common ACUG data files to be loaded.
- Default
-
${source.dir}/dataload/acug/common
- dataload.acug.common.order
-
Whether common ACUG data files are to be loaded in order as specified in ${dataload.acug.common.ordered.list}.
- Default
- false
- Valid values
-
- true
- false
- dataload.acug.common.fileset.includes
-
The comma-separated list of common ACUG data files, relative to ${dataload.acug.common.dir}, to be included for loading, if ${dataload.acug.common.order} is set to false. Leave the value of this property empty To include all files.
- dataload.acug.common.fileset.excludes
-
The comma-separated list of common ACUG data files, relative to ${dataload.acug.common.dir}, to be excluded from loading, if ${dataload.acug.common.order} is set to false. Leave the value of this property to not exclude any file.
- dataload.acug.common.ordered.list
-
The comma-separated list of common ACUG data files, relative to ${dataload.acug.common.dir}, to be loaded in order, if ${dataload.acug.common.order} is set to true.
- dataload.acug.common.failonerror
-
Whether the Ant build should fail when there are errors loading the common ACUG data files.
- Default
- true
- Valid values
-
- true
- false
- dataload.acug.target.dir
-
The directory that contains target-specific ACUG data files to be loaded.
- Default
-
${source.dir}/dataload/acug/${target.env}
- dataload.acug.target.order
-
Whether target-specific ACUG data files are to be loaded in order as specified in ${dataload.acug.target.ordered.list}.
- Default
-
false
- Valid values
-
- true
- false
- dataload.acug.target.fileset.includes
-
The comma-separated list of target-specific ACUG data files, relative to ${dataload.acug.target.dir}, to be included for loading, if ${dataload.acug.target.order} is set to false. Leave the value of this property empty to include all files.
- dataload.acug.target.fileset.excludes
-
The comma-separated list of target-specific ACUG data files, relative to ${dataload.acug.target.dir}, to be excluded from loading, if ${dataload.acug.target.order} is set to false. Leave the value of this property empty to To not exclude any file.
- dataload.acug.target.ordered.list
-
The comma-separated list of target-specific ACUG data files, relative to ${dataload.acug.target.dir}, to be loaded in order, if ${dataload.acug.target.order} is set to true.
- dataload.acug.target.failonerror
-
Whether the Ant build should fail when there are errors loading the target- specific ACUG data files.
- Default
- true
- Valid values
-
- true
- false
- run.dataload.acp.common
-
Whether common ACP data should be loaded.
- Default
- true
- Valid values
-
- true
- false
- run.dataload.acp.target
-
Whether target-specific ACP data should be loaded.
- Default
-
true
- Valid values
-
- true
- false
- dataload.acp.common.dir
-
The directory that contains common ACP data files to be loaded.
- Default
-
${source.dir}/dataload/acp/common
- dataload.acp.common.order
-
Whether common ACP data files are to be loaded in order as specified in ${dataload.acp.common.ordered.list}.
- Default
-
false
- Valid values
-
- true
- false
- dataload.acp.common.fileset.includes
-
The comma-separated list of common ACP data files, relative to ${dataload.acp.common.dir}, to be included for loading, if ${dataload.acp.common.order} is set to false. Leave the value of this property empty to include all files.
- dataload.acp.common.fileset.excludes
-
The comma-separated list of common ACP data files, relative to ${dataload.acp.common.dir}, to be excluded from loading, if ${dataload.acp.common.order} is set to false. Leave the value of this property empty to not exclude any file.
- dataload.acp.common.ordered.list
-
The comma-separated list of common ACP data files, relative to ${dataload.acp.common.dir}, to be loaded in order, if ${dataload.acp.common.order} is set to true.
- dataload.acp.common.failonerror
-
Whether the Ant build should fail when there are errors loading the common ACP data files.
- Default
-
true
- Valid values
-
- true
- false
- dataload.acp.target.dir
-
The directory that contains target-specific ACP data files to be loaded.
- Default
-
${source.dir}/dataload/acp/${target.env}
- dataload.acp.target.order
-
Whether target-specific ACP data files are to be loaded in order as specified in ${dataload.acp.target.ordered.list}.
- Default
-
false
- Valid values
-
- true
- false
- dataload.acp.target.fileset.includes
-
The comma-separated list of target-specific ACP data files, relative to ${dataload.acp.target.dir}, to be included for loading, if ${dataload.acp.target.order} is set to false. Leave the value of this property empty to include all files.
- dataload.acp.target.fileset.excludes
-
The comma-separated list of target-specific ACP data files, relative to ${dataload.acp.target.dir}, to be excluded from loading, if ${dataload.acp.target.order} is set to false. Leave the value of this property empty to not exclude any file.
- dataload.acp.target.ordered.list
-
The comma-separated list of target-specific ACP data files, relative to ${dataload.acp.target.dir}, to be loaded in order, if ${dataload.acp.target.order} is set to true.
- dataload.acp.target.failonerror
-
Whether the Ant build should fail when there are errors loading the target- specific ACP data files.
- Default
-
true
- Valid values
-
- true
- false
- run.dataload.acpnls.common
-
Whether common ACP NLS data should be loaded.
- Default
-
true
- Valid values
-
- true
- false
- run.dataload.acpnls.target
-
Whether target-specific ACP NLS data should be loaded.
- Default
-
true
- Valid values
-
- true
- false
- dataload.acpnls.common.dir
-
The directory that contains common ACP NLS data.
- Default
-
${source.dir}/dataload/acpnls/common
- dataload.acpnls.common.order
-
Whether common ACP NLS data files are to be loaded in order as specified in ${dataload.acpnls.common.ordered.list}.
- Default
-
false
- Valid values
-
- true
- false
- dataload.acpnls.common.fileset.includes
-
The comma-separated list of common ACP NLS data files, relative to ${dataload.acpnls.common.dir}, to be included for loading, if ${dataload.acpnls.common.order} is set to false. Leave the value of this property empty to include all files.
- dataload.acpnls.common.fileset.excludes
-
The comma-separated list of common ACP NLS data files, relative to ${dataload.acpnls.common.dir}, to be excluded from loading, if ${dataload.acpnls.common.order} is set to false. Leave the value of this property empty to not exclude any file.
- dataload.acpnls.common.ordered.list
-
The comma-separated list of common dataload ACP NLS data files, relative to ${dataload.acpnls.common.dir}, to be loaded in order, if ${dataload.acpnls.common.order} is set to true.
- dataload.acpnls.common.failonerror
-
Whether the Ant build should fail when there are errors loading the common ACP NLS data files.
- Default
-
true
- Valid values
-
- true
- false
- dataload.acpnls.target.dir
-
The directory that contains target-specific ACP NLS data.
- Default
-
${source.dir}/dataload/acpnls/${target.env}
- dataload.acpnls.target.order
-
Whether target-specific ACP NLS data files are to be loaded in order as specified in ${dataload.acpnls.target.ordered.list}.
- Default
-
false
- Valid values
-
- true
- false
- dataload.acpnls.target.fileset.includes
-
The comma-separated list of target-specific ACP NLS data files, relative to ${dataload.acpnls.target.dir}, to be included for loading, if ${dataload.acpnls.target.order} is set to false. Leave the value of this property empty to include all files.
- dataload.acpnls.target.fileset.excludes
-
The comma-separated list of target-specific ACP NLS data files, relative to ${dataload.acpnls.target.dir}, to be excluded from loading, if ${dataload.acpnls.target.order} is set to false. Leave the value of this property empty to not exclude any file.
- dataload.acpnls.target.ordered.list
-
The comma-separated list of target-specific ACP NLS data file, relative to ${dataload.acpnls.target.dir}, to be loaded in order, if ${dataload.acpnls.target.order} is set to true.
- dataload.acpnls.target.failonerror
-
Whether the Ant build should fail when there are errors loading the target- specific ACP NLS data files.
- Default
- true
- Valid values
-
- true
- false
- run.clean.working.dir
-
Whether the working directory should be cleaned at the end of the deployment process.
- Default
-
false
- Valid values
-
- true
- false
- run.mail.success
-
Whether deployment success notifications should be sent.
- Default
-
false
- Valid values
-
- true
- false
- run.mail.failure
-
Whether deployment failure notifications should be sent.
- Default
-
false
- Valid values
-
- true
- false
- mail.from
-
The sender e-mail address of deployment status notifications.
- mail.success.tolist
-
The comma-separated list of e-mail addresses that receive deployment success notifications.
- mail.failure.tolist
-
The comma-separated list of e-mail addresses that receive deployment failure notifications.
- mail.mailhost
-
The host name of the SMTP server.
- mail.mailport
-
The TCP port of the SMTP server.
- Default
-
25
- mail.ssl
-
Whether the SMTP server uses TLS/SSL for encryption.
- Default
-
false
- Valid values
-
- true
- false
- mail.success.subject
-
The subject of deployment success notifications.
- Default
-
WCBD Build Successful: ${build.label}
- mail.failure.subject
-
The subject of deployment failure notifications.
- Default
-
WCBD Build FAILED: ${build.label}
- mail.success.message
-
The message body of deployment success notifications.
- mail.failure.message
-
The message body of deployment failure notifications.
- Default
-
Check attached logs for details.