Ant Task Parameters
The task uses two classes, ImportAssetTask and ExportAssetTask, and requires the following parameters:
• classname – API class name, based on the desired operation:
inetsoft.sree.adm.ant.ExportAssetsTask
inetsoft.sree.adm.ant.ImportAssetsTask
• file – the absolute file path to which assets should be exported, or from which assets should be imported.
• replace – Import flag to overwrite existing assets with the same name.
Remote Import/Export Only
The following parameters pertain to RMI-based asset deployment.
• host – the machine or IP address of the RMI server.
• port – the RMI port of the RMI Connector Server.
• username/password – User/Password of the RMI Connector Server.
Local Import/Export Only
The following parameters pertain to local asset deployment.
• sreehome – the absolute path to the sree home folder.
| << 5.8.3 Ant Task for Import/Export of Assets | © 1996-2013 InetSoft Technology Corporation (v11.5) | Including and Excluding Assets >> |