ExportPar Task Reference
From ControlTier
Exports the project to a "project archive" (PAR).
Parameters
| Attribute | Description | Required |
|---|---|---|
| depot | The project to update | Yes |
| resultproperty | Property to set with success/fail value | Yes |
| comment | Text describing purpose of export | Yes |
| passfile | File containing authentication info to
server. If passfile is not specified, information from the framework.properties file is used instead. | No |
| outputFile | File path to write archive | Yes |
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"/>
| ||||||||||||||