|
EARExport Description This task performs the same operation as the EAR file export wizard for exporting an Enterprise Application Project to an EAR file. Parameters
Examples <earExport EARProjectName="EARProject" EARExportFile="C:\EARProject.ear"/> Exports the project "EARProject" to "EARProject.ear" in the C Drive. <earExport EARProjectName="EARProject" EARExportFile="C:\EARProject.ear" ExportSource="true"/>Exports the project "EARProject" with the source files to "EARProject.ear" in the C Drive. |