Versions Compared

Key

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

...

A directory can only be removed if it is a sub directory of the General Adapter root directory!

Example (not the use of tags to define the directory names):
Image Added

unzipActivity

Root element of an unzip activity used to unpack a zip file and put the contained files in the directory of choice. Multiple unzip activities may be defined.

...

  • description - optional description of the activity (for documentation only)
  • sourceDir - the name of the directory containing the files to be zipped
  • destinationZipFile - the name of the zip file to be created


Example (not the use of tags to define the directory names):
Image Removed:

No Format

<startupActivities>
    <unZipActivity>
        <sourceZipFile>extra_files.zip</sourceZipFile>
        <destinationDir>%ROOT_DIR%/work</destinationDir>
    </unZipActivity>
</startupActivities>
...
<shutdownActivities>
    <zipActivity>
        <sourceDir>%ROOT_DIR%/work</sourceDir>
        <destinationZipFile>%ROOT_DIR%/inspection/saved.zip</destinationZipFile>
    </zipActivity>
</shutdownActivities>

Anchor
_Toc154574425
_Toc154574425
Anchor
_Toc95297279
_Toc95297279
Export Activities

...