Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Code

Description

Default Value

Source

SOURCE

Object Source Location Type

SCM (**populating from SCM)

Target Location

TARGET_LOCATION

This is the location where the file will be placed. Property replacement will be performed on the value.

If blank, the file will be copied into FD_TEMP_DIR. If the default is used, but the FDPSOFT_CUSTOMIZATIONS_FILE_ROOT_TARGET_FOLDER Customizations Files Root Target Folder project property is left blank, then the file will be copied into FD_TEMP_DIR.

${{FDPSOFT_CUSTOMIZATIONS_FILE_ROOT_TARGET_FOLDER}}

Use Source Path

USE_SOURCE_PATH

If this is NOT checked, the file will be placed directly in target.

If it is checked, the whole File Name with path will be placed inside the target.

FDPSOFT_CUSTOMIZATIONS_FILE_ROOT_SOURCE_DIR_DEFAULT is the project property to control the default.

Owner:Group

OWNER

Set the owner or owner:group of the file to this value.

This only work on Unix endpoints. On Windows endpoints, it is ignored.

FDPSOFT_CUSTOMIZATIONS_FILE_OWNER_GROUP_FILE_DEFAULT is the project property to control the default.

Permission

PERMISSION

Set the permissions of the file to this value.

This only work on Unix endpoints. On Windows endpoints, it is ignored.

If it is not set, and Execute is checked, chmod +x will be run on the file if it is a Unix endpoint.

FDPSOFT_CUSTOMIZATIONS_FILE_PERMISSION_FILE_DEFAULT is the project property to control the default.

Property Replacement

PROPERTY_REPLACEMENT

If checked, property replacement will be run on the file, unless it appears to be a binary file, and then it will be skipped for property replacement.

FDPSOFT_CUSTOMIZATIONS_FILE_PROPERTY_REPLACEMENT_DEFAULT is the project property to control the default.

Execute

EXECUTE

If checked the file will be executed. This works on both Windows and Unix.

FDPSOFT_CUSTOMIZATIONS_FILE_EXECUTE_DEFAULT is the project property to control the default.

Ignore Failure

IGNORE_FAILURE

If checked, the file and the execution will be marked successful even if it fails to be processed in any way. The failure will still be logged, but there will be no other indication.

FDPSOFT_CUSTOMIZATIONS_FILE_IGNORE_FAILURE_DEFAULTis the project property to control the default.

...