Products | Versions |
---|---|
TIBCO BusinessEvents Enterprise Edition | - |
Not Applicable | - |
Resolution:
Description:
==========
When trying to build ear from BE5 project using studio-tools from the command line, studio tools must be started from a different folder than be\5.0\studio\bin.
Environment:
==========
BusinessEvents 5.0.0
Symptoms:
=========
I am trying to build ear from BE5 project using command line. I have to start studio tools from a different folder than be\5.0\studio\bin. When I do, it complains that it can not find studio-tools tra. How to pass a path to studio-tools.tra when building ear with studio-tools from the command line?
Resolution:
=========
The studio-tools command looks for studio-tools.tra under the current folder where you started the command. You can use the --propFile parameter to pass the path of studio-tools.tra to property file to studio-tools, e.g.,
studio-tools --propFile C:\test\studio-tools.tra ...
Another workaround is to copy the tra to the folder where you are calling studio tools.