TIBCO BusinessEvents Studio Tools Utility : Building an Enterprise Archive (EAR File) at the Command Line

Building an Enterprise Archive (EAR File) at the Command Line
The buildear operation is useful for automation purposes, for example, in testing environments. For full details on deployment, see TIBCO BusinessEvents Administration.
To Build an EAR File at the Command Line
1.
Navigate to BE_HOME/studio/bin/ and open a command prompt.
2.
studio-tools -op buildEar [-h] [-x] [-o outputEarFile>] -p studioProjectDir
For example:
studio-tools -op buildEar -o c:\FD.ear -p D:\Workspace\FraudDetection
Table 5, TIBCO BusinessEvents Studio Tools Options for Building an EAR File, provides detailed information about the options.
Specifies the buildear operation for building EAR files.
Optional. Specifies the filename for the output EAR file. If not specified the EAR file is the same as the final (leaf) directory name in the projectDir path.