AppClientExport
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
- Export the project "ProjectClient" to "ProjectClient.jar" in the C Drive:
<appClientExport AppClientProjectName="ProjectClient" AppClientExportFile="C:\ProjectClient.jar"/>- Export the project "ProjectClient" with the source files to "ProjectClient.jar" in the C Drive:
<appClientExport AppClientProjectName="ProjectClient" AppClientExportFile="C:\ProjectClient.jar" ExportSource="true"/>
Parent topic
Working with Ant
Related tasks
autoAppInstall
EARExport
UtilJar
WARExport