codepro.exportEJBToJarFile
(Application Developer only...
replaced in Rational Application Developer 6.x
by EJBExport)
(old task name "ExportEJBToJarFile")
codepro.exportEJBToJarFile performs an export identical to one that would
be performed manually using the standard Application Developer EJB 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 project to be exported
Example:
<codepro.exportEJBToJarFile
project="WSAssistTestEJB"
destination="../export-test/testEJB.jar"
overwrite="true"
exportSource="true"/>
|