Options for Building an EAR File

These options are used to build an EAR file on the command line.

TIBCO BusinessEvents Studio Tools Options for Building an EAR File
Option Description
-core buildEar Specifies the buildear operation for building EAR files.
-h (Optional) Displays help.
-x (Optional) Overwrites the specified output file if it exists.
-s (Optional) Include the generated source code in EAR file.
-jc (Optional) Includes the JAR files specified in the Java classpath while building the EAR file.
-o (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.
-p Absolute path to the TIBCO BusinessEvents Studio project directory. The EAR file is built using this project.
-pl (Optional) Specifies list of project library file paths to be used, separated by a path separator.
-cp (Optional) Specifies the extended classpath to be used.
-v (Optional) Performs validation checks to ensure that all the resource requirements are met. For example, it checks if the required fields are completed, names are valid, the syntax in rules is correct and no unknown functions are called.

For more information, see Validating Project or Project Resource in Developers Guide.

-showWarnings (Optional) Displays warnings found during the validation process.

Default: False

-noBuild (Optional) Use this option along with the validate option (-v) to validate a project without building an EAR for it.
-clean (Optional) Use this option to remove any existing cached project information.