Building an EAR file from Command Prompt

You can use the buildear utility to build an EAR. Using a command prompt, change directory to %TRA_HOME%\bin, and then issue the following command:

buildear -x -v -o %location%\output.ear -p %designer_project_path%

-x  Overwrites the existing file
-v  Validates the project for errors
-o  Full path of the EAR file
-p  Path of the Designer project folder

Comments

Popular posts from this blog

XML Schema and JSON Schema Validation in Mule 4

Parsing a JSON String and Converting it to XML in TIBCO

Using XML To Java in TIBCO BW