blob: eede764a3a759423d1369f7a28dcfc2e0e33beb7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- /*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/ -->
<link rel="stylesheet" type="text/css" href="../../org.eclipse.wtp.doc.user/common.css" />
<title>AppClientExport</title>
</head>
<body id="tantappc"><a name="tantappc"><!-- --></a>
<h1 class="topictitle1">AppClientExport</h1>
<div><p>This task performs the same operation as the Application Client
export wizard for exporting an Application Client Project to an Application
Client JAR file.</p>
<div class="section"> <p><span class="uicontrol">Parameters</span></p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="21.052631578947366%" id="d0e21">Attribute</th>
<th valign="top" width="56.84210526315789%" id="d0e23">Description</th>
<th align="left" valign="top" width="22.105263157894736%" id="d0e25">Required</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="21.052631578947366%" headers="d0e21 ">AppClientProjectName</td>
<td valign="top" width="56.84210526315789%" headers="d0e23 ">Name of the Application Client Project (<em>Case Sensitive</em>)</td>
<td align="left" valign="top" width="22.105263157894736%" headers="d0e25 ">Yes</td>
</tr>
<tr><td valign="top" width="21.052631578947366%" headers="d0e21 ">AppClientExportFile</td>
<td valign="top" width="56.84210526315789%" headers="d0e23 ">Absolute path of the Application Client JAR file.</td>
<td align="left" valign="top" width="22.105263157894736%" headers="d0e25 ">Yes</td>
</tr>
<tr><td valign="top" width="21.052631578947366%" headers="d0e21 ">ExportSource</td>
<td valign="top" width="56.84210526315789%" headers="d0e23 ">Whether to include source files or not.</td>
<td align="left" valign="top" width="22.105263157894736%" headers="d0e25 ">No, default is<em> false</em></td>
</tr>
<tr><td valign="top" width="21.052631578947366%" headers="d0e21 ">Overwrite</td>
<td valign="top" width="56.84210526315789%" headers="d0e23 ">Whether to overwrite if the file already exists.</td>
<td align="left" valign="top" width="22.105263157894736%" headers="d0e25 ">No, default is<em> false</em></td>
</tr>
</tbody>
</table>
</div>
<p><span class="uicontrol">Examples</span></p>
<ul><li>Export the project "ProjectClient" to "ProjectClient.jar" in the C Drive: <pre>&lt;appClientExport
AppClientProjectName="ProjectClient"
AppClientExportFile="C:\ProjectClient.jar"/&gt;</pre>
</li>
<li>Export the project "ProjectClient" with the source files to "ProjectClient.jar"
in the C Drive: <pre>&lt;appClientExport
AppClientProjectName="ProjectClient"
AppClientExportFile="C:\ProjectClient.jar"
ExportSource="true"/&gt;</pre>
</li>
</ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="../topics/ph-antj2ee.html" title="">Ant tasks for J2EE</a></div>
</div>
<div class="reltasks"><strong>Related tasks</strong><br />
<div><a href="../topics/tantautoappinstall.html" title="This task uses the WebSphere Rapid Deploy feature to install an application.">autoAppInstall</a></div>
<div><a href="../topics/tanteare.html" title="This task performs the same operation as the EAR file export wizard for exporting an Enterprise Application Project to an EAR file.">EARExport</a></div>
<div><a href="../topics/tantutil.html" title="(DEPRECATED) This task compresses source and/or build output of a Java project into a JAR file and places the JAR file in an Enterprise Application Project.">UtilJar</a></div>
<div><a href="../topics/tantware.html" title="This task performs the same operation as the WAR file export wizard for exporting a Web Project to a WAR file.">WARExport</a></div>
</div>
</div></body>
</html>