This task performs the same operation as the Application Client export wizard for exporting an Application Client Project to an Application Client JAR file.
Parameters
| Attribute | Description | Required |
|---|---|---|
| AppClientProjectName | Name of the Application Client Project (Case Sensitive) | Yes |
| AppClientExportFile | Absolute path of the Application Client JAR file. | Yes |
| ExportSource | Whether to include source files or not. | No, default is false |
| Overwrite | Whether to overwrite if the file already exists. | No, default is false |
Examples
<appClientExport AppClientProjectName="ProjectClient" AppClientExportFile="C:\ProjectClient.jar"/>
<appClientExport AppClientProjectName="ProjectClient" AppClientExportFile="C:\ProjectClient.jar" ExportSource="true"/>