Skip to main content

 Publishing

Publishing PageSeeder data to print, the Web or both

Task loadingzone-put

Used in upload processing scripts to upload documents to the loading zone root folder for the current user in the specified group.

This task is available in PageSeeder v5.9200 and higher.

Definition

<ps:loadingzone-put
    group="[groupname]"
    config="[config name]">
  <fileset dir="upload" includes="*.psml"/>
</ps:loadingzone-put> 

Attributes

AttributeDescriptionRequiredDefault
groupThe name of the group the Loading Zone is inYes
folderThe folder to upload to relative to the loading zone root (prefixes file paths relative to @dir in <fileset> or on its  own when @file is used)No
configUniversal PS config nameNodefault

Elements

Element <fileset>

The standard ANT fileset  element must be used to specify the files to be uploaded.

Environment

This task uses the following ps:config environment properties:

  • scheme – scheme for connecting to PageSeeder.
  • host – host for connecting to PageSeeder.
  • port – port for connecting to PageSeeder.
  • servlet.prefix – servlet prefix for connecting to PageSeeder – default  /ps/servlet.
  • site.prefix – site prefix for connecting to PageSeeder – default  /ps.
  • user.token or jsessionid or username/password – access token or jsessionid or  username/password for connecting to PageSeeder.

Examples

<ps:loadingzone-put
    group="${ps.config.default.group.name}">
  <fileset dir="${ps.config.default.working}/upload"
           includes="**"/>
</ps:loadingzone-put>
Created on , last edited on