Loader Task class extends jakarta-ant Task class and uses to start Loader
application as a jakarta-ant task in build.xml file.
Attributes of LoaderTask represents Loader parameters:
loadJobFileName attribute - defines loader job
mode attribute - defines mode
restartIndicator attribute - defines restart
userID attribute - defines user ID
logDirName attribute - defines log directory
logFileName attribute - defines log file
vendorFileName attribute - defines vendor file
onErrorContinue attribute - defines continue or not on error
commitCount attribute - defines commit count
additionalPaths tag - defines single or group of additionalPath tags
additionalPath tag - defines tag with path attribute
pathToConfFile attribute - defines path to conf file in jar
variables tag - defines single or group of variable tags
variable tag - defines tag with path attribute
name attribute - defines variable name
value attribute - defines variable value
|