|
EJBExport Description This task performs the same operation as the EJB JAR file export wizard for exporting an EJB Project to an EJB Jar file. Parameters
Examples <ejbExport EJBProjectName="EJBProject" EJBExportFile="C:\EJBProject.jar"/> Exports the project "EJBProject" to "EJBProject.jar" in the C Drive. <ejbExport EJBProjectName="EJBProject" EJBExportFile="C:\EJBProject.jar" ExportSource="true"/>Exports the project "EJBProject" with the source files to "EJBProject.jar" in the C Drive. |