codepro.exportAppClientToJarFile
(Application Developer only... replaced in Rational Application Developer 6.x by AppClientExport)

(old task name ExportAppClientToJarFile)

codepro.exportAppClientToJarFile performs an export identical to one that would be performed manually using the standard Application Developer App Client Export Wizard.  The various options for this Ant task type include:

  • destination (required) - the path to the jar file into which the code will be exported.  The path may either be an absolute path, or relative to the Application Developer workspace directory
  • exportSource (optional - default false)
  • overwrite (optional - default false)
  • project (required) - the name of the app client project to be exported

Example:

<codepro.exportAppClientToJarFile 
    project="WSAssistTestAppClient" 
    destination="../export-test/testAppClient.jar" 
    overwrite="true" 
    exportSource="true"/>