Home
Overview
Available Tasks
 AppClientExport
 EARExport
 EJBDeploy
 EJBExport
 UtilJar
 WARExport

AppClientExport

Description

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

Examples

<appClientExport AppClientProjectName="ProjectClient" AppClientExportFile="C:\ProjectClient.jar"/>

Exports the project "ProjectClient" to "ProjectClient.jar" in the C Drive.

<appClientExport AppClientProjectName="ProjectClient" AppClientExportFile="C:\ProjectClient.jar" ExportSource="true"/>
Exports the project "ProjectClient" with the source files to "ProjectClient.jar" in the C Drive.