Parameters
Attribute | Description | Required |
---|---|---|
EARProjectName | Name of the Enterprise Application Project (Case Sensitive) | Yes |
EARExportFile | Absolute path of the EAR file. | Yes |
ExportSource | Whether to include source files or not. | No, default is false |
IncludeProjectMetaFiles | Whether to include the project meta-data files that include the Java™ build path, the project names, etc. Used when reimporting as binary projects. | No, default is false |
Overwrite | Whether to overwrite if the file already exists. | No, default is false |
Examples
<earExport EARProjectName="EARProject" EARExportFile="C:\EARProject.ear"/>
<earExport EARProjectName="EARProject" EARExportFile="C:\EARProject.ear" ExportSource="true"/>