Toolkit deployment configuration properties

These properties provide general settings to the toolkit deployment process. The original template file for these properties is WCBD_installdir/deploy/toolkit/wcbd-deploy.properties.template.

Property summary

Property summary
Property Summary
source.dir The deployment source directory.
module.dir The directory in ${source.dir} where the modules to be deployed are located.
log.dir The deployment log directory.
log.file The deployment log file.
working.dir The working directory used to store temporary files that are generated by the deployment process.
backup.dir The directory where the Derby database and the workspace are backed up.
run.backup Whether the Derby database (if it is the current database type) and the workspace should be backed up before the code is deployed.
connector.module.list The comma-separated list of connector modules to be deployed.
ejb.module.list The comma-separated list of EJB modules to be deployed.
java.module.list The comma-separated list of Java utility modules to be deployed.
web.module.list The comma-separated list of Web modules to be deployed.
open.laszlo.web.module.list The comma-separated list of OpenLaszlo Web modules to be deployed.
data.module.name The name of the module that contains data assets.
static.web.module.name The name of the module that contains static Web server assets.
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.
wca.logger.config.file The path to the WCALogger config file which is used by the WebSphere Commerce loading utilities.
wca.logger.output.dir The directory in which logs will be created by the WebSphere Commerce loading utilities.
xmltransform.params The list of parameters to be passed to the XSL rule file for the xmltransform utility.
xmltransform.debug Whether the xmltransform utility should output debugging information to the console.
idresgen.method The method to be used by the idresgen utility to load the input file.
idresgen.customizer Name of the customizer properties file to be used for the idresgen utility.
idresgen.input.type The type of input to the idresgen utility.
idresgen.poolsize The number of identifiers to be reserved by the idresgen utility.
idresgen.maxerror The number of errors after which the idresgen utility terminates.
idresgen.optimize Whether the idresgen utility will check for duplicate records before writing resolved records to the output file.
idresgen.debug Whether the idresgen utility should output debugging information to the console.
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 idresgen 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 WebSphere Commerce Data Load utility.
dataload.log.dir The directory in which logs will be created by the WebSphere 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.clean.working.dir Whether the working directory should be cleaned at the end of the deployment process.
baseline.properties.file The location of the properties file that will store the baseline directory for subsequent delta deployment.
baseline.build.label The baseline build label.
baseline.source.dir The source directory of the installed baseline deployment package.
delta.source.dir The deployment source directory that is created by the delta preparation process for delta deployment.
delta.source.always.includes The comma-separated list of files, relative to ${source.dir}, to be included in ${delta.source.dir} by the delta preparation process, regardless of whether the files have been changed.
delta.summary.file The XML file that contains the summary of the delta comparison.
delta.log.dir The delta preparation and depoloyment log directory.
delta.prepare.log.file The delta preparation log file.
delta.deploy.log.file The delta deployment log file.
delta.prepare.fail.on.no.delta

Property detail

source.dir

The deployment source directory.

Default

${basedir}/source

module.dir

The directory in ${source.dir} where the modules to be deployed are located.

Default

${source.dir}/workspace

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-toolkit.log

WebSphere Commerce Version 7.0.0.3working.dir
WebSphere Commerce Version 7.0.0.3

The working directory used to store temporary files that are generated by the deployment process.

Default

${basedir}/working

Since

7.0.0.3

backup.dir

The directory where the Derby database and the workspace are backed up.

Default

${basedir}/backup/${build.label}-${target.env}-${tstamp}

run.backup

Whether the Derby database (if it is the current database type) and the workspace should be backed up before the code is deployed.

Default

true

Valid values
  • true
  • false
connector.module.list

The comma-separated list of connector modules to be deployed. Leave the value of this property empty if no such modules need to be deployed.

Example

TestConnector1,TestConnector2

ejb.module.list

The comma-separated list of EJB modules to be deployed. Leave the value of this property empty if no such modules need to be deployed.

Example

WebSphereCommerceServerExtensionsData,TestEJB1

java.module.list

The comma-separated list of Java utility modules to be deployed. Leave the value of this property empty if no such modules need to be deployed.

Example

WebSphereCommerceServerExtensionsLogic,TestJava1

web.module.list

The comma-separated list of Web modules to be deployed. Leave the value of this property empty if no such modules need to be deployed.

Example

SiteAdministation,Stores,TestWeb1

open.laszlo.web.module.list

The comma-separated list of OpenLaszlo Web modules to be deployed. Leave the value of this property empty if no such modules need to be deployed.

Example

LOBTools

data.module.name

The name of the module that contains data assets.

Default

DataLoad

static.web.module.name

The name of the module that contains static Web server assets.

Default

StaticWeb

db.name

The database name.

Valid values
  • Derby: ${wc.home}/db/mall
db.schema.name

The database schema name. It is typically the same as the database user name.

Valid values
  • Derby: APP
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
  • Derby: jdbc:derby:${db.name}
  • DB2: jdbc:db2://db_host_name:db_port/${db.name}
  • Oracle: 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
  • Derby: org.apache.derby.jdbc.EmbeddedDriver
  • DB2: com.ibm.db2.jcc.DB2Driver
  • Oracle: 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
  • Derby: ${wc.home}/lib/derby.jar
  • DB2: DB2_installdir/java/db2jcc4.jar;DB2_installdir/java/db2jcc_license_cu.jar
  • Oracle: Oracle_installdir/jdbc/lib/ojdbc6.jar
  • DB2 for i:
    • WC: ${wc.home}/lib/jtopen.jar
    • WCDE: ${wc.home}/wc.modules/workspace/WC/lib/jtopen.jar
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
  • Derby: jdbc/WebSphere Commerce Cloudscape DataSource demo
  • DB2: jdbc/WebSphere Commerce DB2 DataSource demo
  • Oracle: jdbc/WebSphere Commerce Oracle DataSource demo
  • DB2 for i: jdbc/WebSphere Commerce iSeries DataSource demo
sql.onerror

The action to perform when a statement fails as part of the <sql> task.

Default

continue

Valid values
  • continue
  • stop
  • abort
WebSphere Commerce Version 7.0.0.3procedural.sql.file.name.id
WebSphere Commerce Version 7.0.0.3

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

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3procedural.sql.delimiter
WebSphere Commerce Version 7.0.0.3

The delimiter that separates procedural SQL statements in a procedural SQL file.

Default

@

Since

7.0.0.3

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

wca.logger.config.file

The path to the WCALogger config file which is used by the WebSphere Commerce loading utilities.

Default

${basedir}/WCALoggerConfig.xml

wca.logger.output.dir

The directory in which logs will be created by the WebSphere Commerce loading utilities.

Default

${log.dir}/loader

xmltransform.params
The list of parameters to be passed to the XSL rule file for the xmltransform utility. The following format should be used:
-param "key1=value1" -param "key2=value3" ...
xmltransform.debug

Whether the xmltransform utility should output debugging information to the console.

Default

false

Valid values
  • true
  • false
idresgen.method

The method to be used by the idresgen utility to load the input file.

Default

mixed

Valid values
  • load
  • mixed
  • update
idresgen.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
  • Derby: DB2JConnectionCustomizer
  • DB2: (empty)
  • Oracle: OracleConnectionCustomizer
  • DB2 for i: Toolbox_RESWCSID_Customizer
idresgen.input.type

The type of input to the idresgen utility.

Default

infile

Valid values
  • infile
  • inputDirectory
  • inFileList
idresgen.poolsize

The number of identifiers to be reserved by the idresgen utility.

Default

50

idresgen.maxerror

The number of errors after which the idresgen utility terminates.

Default

1

idresgen.optimize

Whether the idresgen utility will check for duplicate records before writing resolved records to the output file.

Default

yes

Valid values
  • yes
  • no
idresgen.debug

Whether the idresgen utility should output debugging information to the console.

Default

false

Valid values
  • true
  • false
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
  • Derby: DB2JConnectionCustomizer
  • DB2: (empty)
  • Oracle: OracleConnectionCustomizer
  • DB2 for i: Toolbox_LODWCSDTA_Customizer
massload.debug

Whether the massload utility should output debugging information to the console.

Default

false

WebSphere Commerce Version 7.0.0.3dataload.logging.config.file
WebSphere Commerce Version 7.0.0.3

The path to the logger config file which is used by the WebSphere Commerce Data Load utility.

Default

${basedir}/wcbd-dataload-logging.properties

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3dataload.log.dir
WebSphere Commerce Version 7.0.0.3

The directory in which logs will be created by the WebSphere Commerce Data Load utility.

Default

${log.dir}/dataload

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3dataload.params
WebSphere Commerce Version 7.0.0.3

The list of parameters to be passed to the Data Load utility command.

Since

7.0.0.3

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

${module.dir}/${data.module.name}/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

${module.dir}/${data.module.name}/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

${module.dir}/${data.module.name}/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.

WebSphere Commerce Version 7.0.0.3dataload.xml.common.failonerror
WebSphere Commerce Version 7.0.0.3

Whether the Ant build should fail when there are errors loading the common XML data files.

Default

true

Since

7.0.0.3

Valid values
  • true
  • false
dataload.xml.target.dir

The directory that contains target-specific XML data files to be loaded.

Default

${module.dir}/${data.module.name}/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.

WebSphere Commerce Version 7.0.0.3dataload.xml.target.failonerror
WebSphere Commerce Version 7.0.0.3

Whether the Ant build should fail when there are errors loading the target- specific XML data files.

Default

true

Since

7.0.0.3

Valid values
  • true
  • false
WebSphere Commerce Version 7.0.0.3run.dataload.dataload.common
WebSphere Commerce Version 7.0.0.3

Whether common Data Load utility data should be loaded.

Default

true

Since

7.0.0.3

Valid values
  • true
  • false
WebSphere Commerce Version 7.0.0.3run.dataload.dataload.target
WebSphere Commerce Version 7.0.0.3

Whether target-specific Data Load utility data should be loaded.

Default

true

Since

7.0.0.3

Valid values
  • true
  • false
WebSphere Commerce Version 7.0.0.3dataload.dataload.common.dir
WebSphere Commerce Version 7.0.0.3

The directory that contains common Data Load utility data files to be loaded.

Default

${module.dir}/${data.module.name}/dataload/common

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3dataload.dataload.common.order
WebSphere Commerce Version 7.0.0.3

Whether common Data Load utility data files are to be loaded in order as specified in ${dataload.dataload.common.ordered.list}.

Default

false

Since

7.0.0.3

Valid values
  • true
  • false
WebSphere Commerce Version 7.0.0.3dataload.dataload.common.fileset.includes
WebSphere Commerce Version 7.0.0.3

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

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3dataload.dataload.common.fileset.excludes
WebSphere Commerce Version 7.0.0.3

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.

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3dataload.dataload.common.ordered.list
WebSphere Commerce Version 7.0.0.3

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.

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3dataload.dataload.common.failonerror
WebSphere Commerce Version 7.0.0.3

Whether the Ant build should fail when there are errors loading the common Data Load utility data files.

Default

true

Since

7.0.0.3

Valid values
  • true
  • false
WebSphere Commerce Version 7.0.0.3dataload.dataload.target.dir
WebSphere Commerce Version 7.0.0.3

The directory that contains target-specific Data Load utility data files to be loaded.

Default

${module.dir}/${data.module.name}/dataload/${target.env}

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3dataload.dataload.target.order
WebSphere Commerce Version 7.0.0.3

Whether target-specific Data Load utility data files are to be loaded in order as specified in ${dataload.dataload.target.ordered.list}.

Default

false

Since

7.0.0.3

Valid values
  • true
  • false
WebSphere Commerce Version 7.0.0.3dataload.dataload.target.fileset.includes
WebSphere Commerce Version 7.0.0.3

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

Since

7.0.0.3

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.

WebSphere Commerce Version 7.0.0.3dataload.dataload.target.failonerror
WebSphere Commerce Version 7.0.0.3

Whether the Ant build should fail when there are errors loading the target- specific Data Load uitlity data files.

Default

true

Since

7.0.0.3

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

${module.dir}/${data.module.name}/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.

WebSphere Commerce Version 7.0.0.3dataload.acug.common.failonerror
WebSphere Commerce Version 7.0.0.3

Whether the Ant build should fail when there are errors loading the common ACUG data files.

Default

true

Since

7.0.0.3

Valid values
  • true
  • false
dataload.acug.target.dir

The directory that contains target-specific ACUG data files to be loaded.

Default

${module.dir}/${data.module.name}/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.

WebSphere Commerce Version 7.0.0.3dataload.acug.target.failonerror
WebSphere Commerce Version 7.0.0.3

Whether the Ant build should fail when there are errors loading the target- specific ACUG data files.

Default

true

Since

7.0.0.3

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

${module.dir}/${data.module.name}/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.

WebSphere Commerce Version 7.0.0.3dataload.acp.common.failonerror
WebSphere Commerce Version 7.0.0.3

Whether the Ant build should fail when there are errors loading the common ACP data files.

Default

true

Since

7.0.0.3

Valid values
  • true
  • false
dataload.acp.target.dir

The directory that contains target-specific ACP data files to be loaded.

Default

${module.dir}/${data.module.name}/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.

WebSphere Commerce Version 7.0.0.3dataload.acp.target.failonerror
WebSphere Commerce Version 7.0.0.3

Whether the Ant build should fail when there are errors loading the target- specific ACP data files.

Default

true

Since

7.0.0.3

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

${module.dir}/${data.module.name}/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.

WebSphere Commerce Version 7.0.0.3dataload.acpnls.common.failonerror
WebSphere Commerce Version 7.0.0.3

Whether the Ant build should fail when there are errors loading the common ACP NLS data files.

Default

true

Since

7.0.0.3

Valid values
  • true
  • false
dataload.acpnls.target.dir

The directory that contains target-specific ACP NLS data.

Default

${module.dir}/${data.module.name}/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.

WebSphere Commerce Version 7.0.0.3dataload.acpnls.target.failonerror
WebSphere Commerce Version 7.0.0.3

Whether the Ant build should fail when there are errors loading the target- specific ACP NLS data files.

Default

true

Since

7.0.0.3

Valid values
  • true
  • false
WebSphere Commerce Version 7.0.0.3run.clean.working.dir
WebSphere Commerce Version 7.0.0.3

Whether the working directory should be cleaned at the end of the deployment process.

Default

false

Since

7.0.0.3

Valid values
  • true
  • false
WebSphere Commerce Version 7.0.0.3baseline.properties.file
WebSphere Commerce Version 7.0.0.3

The location of the properties file that will store the baseline directory for subsequent delta deployment. This property is used by the one-step delta deployment process that runs both the delta preparation process and the deployment process in delta mode.

Default

${basedir}/../baseline.properties

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3baseline.build.label
WebSphere Commerce Version 7.0.0.3

The baseline build label. This property intended to be set by the delta preparation process, as such it should not be set manually.

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3baseline.source.dir
WebSphere Commerce Version 7.0.0.3

The source directory of the installed baseline deployment package.

Default

${baseline.dir}/source

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3delta.source.dir
WebSphere Commerce Version 7.0.0.3

The deployment source directory that is created by the delta preparation process for delta deployment.

Default

${basedir}/delta-source

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3delta.source.always.includes
WebSphere Commerce Version 7.0.0.3

The comma-separated list of files, relative to ${source.dir}, to be included in ${delta.source.dir} by the delta preparation process, regardless of whether the files have been changed. Leave the value of this property empty if there are no files that need to be included.

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3delta.summary.file
WebSphere Commerce Version 7.0.0.3

The XML file that contains the summary of the delta comparison.

Default

${basedir}/delta-summary-${target.env}.xml

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3delta.log.dir
WebSphere Commerce Version 7.0.0.3

The delta preparation and depoloyment log directory.

Default

${basedir}/logs/delta-deploy-${target.env}

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3delta.prepare.log.file
WebSphere Commerce Version 7.0.0.3

The delta preparation log file.

Default

${delta.log.dir}/wcbd-delta-prepare.log

Since

7.0.0.3

WebSphere Commerce Version 7.0.0.3delta.deploy.log.file
WebSphere Commerce Version 7.0.0.3

The delta deployment log file.

Default

${delta.log.dir}/wcbd-delta-deploy.log

Since

7.0.0.3

delta.prepare.fail.on.no.delta