ExportPar Task Reference

From ControlTier

Jump to: navigation, search


Exports the project to a "project archive" (PAR).

Parameters

AttributeDescriptionRequired
depotThe project to updateYes
resultpropertyProperty to set with success/fail valueYes
commentText describing purpose of exportYes
passfileFile containing authentication info to

server. If passfile is not specified, information from the framework.properties

file is used instead.
No
outputFileFile path to write archiveYes

Examples

Export project demo

<taskdef name="export-par" classname="com.controltier.commander.tasks.utils.ExportPar"/>
 
<export-par  
         depot="demo" 
         outputFile="${user.dir}/demo.par"
         resultproperty="result"
         comment="export demo to a PAR"/>
Personal tools
Namespaces
Variants
Actions
Navigation
Communication
Development
Toolbox
Print/export