Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 3 TIBCO BusinessEvents Studio Tools Utility : Generating Decision Table Class Files at the Command Line

Generating Decision Table Class Files at the Command Line
You can generate class files for a decision table using the TIBCO BusinessEvents Decision Manager user interface, or at the command line. The class files are used for deployment of decision tables. This section explains how to do this task at the command line.
To Generate Class Files at the Command Line
1.
Navigate to BE_HOME/studio/bin/ and open a command prompt.
2.
studio-tools -op generateClass [-h] -p studioProjectDir [-n studioProjectName] -o outputPath [-x {true | false}] [-cp extendedClasspath]
For example:
studio-tools -op generateClass -p D:\Workspace\FraudDetection -o c:\temp -x true -cp c:\tibco\be\5.0\lib\myjar.jar
* We need to give separate jar file path for each jar required for project compilation.
 
Table 11, TIBCO BusinessEvents Studio Tools for Generating Class Files (Cont’d), provides detailed information about the options.
Specifies the generateClass operation for generating class files for deployment of decision tables.
Optional. Specifies the name of the TIBCO BusinessEvents Studio project containing the decision table. If not specified, the final (leaf) directory name in the projectDir path is used as the project name.
Optional. If true, overwrites any existing class file with the same name.
Optional. Extended classpath. Use as needed. For example, additional classpath information is needed if the decision table uses custom functions or third-party JAR files. Separate entries by the appropriate path separator. For example if the separator is semicolon (;):
 
 
 

Copyright © TIBCO Software Inc. All Rights Reserved