ControlTier Inc. > Open.ControlTier
 
Font size:      

Transform-Create

Description

TransformCreate defines a Transform in Workbench. Typically this task is preceded with a call to TemplateCreate task to upload the template to the DAV share.

Parameters

AttributeDescriptionRequired
depotThe project to updateYes
resultpropertyProperty to set with success/fail valueYes
commentText describing purpose of updateYes
passfileFile containing authentication info to server. If passfile is not specified, information from the framework.properties file is used instead.No

Parameters specified as nested elements

template

A template.

context

A context.

document

A document.

Examples

Create the transform definition.

       <transform-create serverurl="${viewdoc.server}" depot="${entity.depot}"
                resultproperty="rs"
                comment="something re this update">
                <context direction="internal" proximity="1" maprefuri="${entity.mapref-uri}"/>
                <document file="haha.txt" dir="/${entity.depot}/publish" type="text-plain"/>
                <template file="${templateFile}" dir="/${entity.depot}/templates" type="simple"/>
        </transform-create>