Validating a Project from the TIBCO BusinessEvents CLI
Before building a project deployable, validate the project to ensure that all the resource requirements for the project are met.
- Procedure
- Navigate to
BE_HOME
/studio/bin/
and open a command prompt. - Execute a command with the following format at a command prompt:
studio-tools -core buildEar -p studioProjectDir [-v] [-noBuild]
For example:
studio-tools -core buildEar -o c:\FD.ear -p D:\Workspace\FraudDetection -v -noBuild
For more information on the options used in this command, see Building an EAR File from the CLI.