Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 2 TIBCO BusinessEvents Studio Tools Utility : Generating All Project Class Files at the Command Line

Generating All Project Class Files at the Command Line
You can generate all class files in a project at the command line. Although this is a core component, the class files are generally used within the context of TIBCO BusinessEvents Decision Manager, where decision table class files can be separately deployed.
To Generate Class Files at the Command Line
1.
Navigate to BE_HOME/studio/bin/ and open a command prompt.
2.
studio-tools -core generateClass [-h] -p studioProjectDir [-n studioProjectName] -o outputPath [-x {true | false}] [-cp extendedClasspath]
For example:
studio-tools -core generateClass -p D:\Workspace\FraudDetection -o c:\temp -x true -cp c:\tibco\be\5.2\lib\myjar.jar
3.
Table 8, TIBCO BusinessEvents Studio Tools for Generating Class Files (Cont’d), provides detailed information about the options.
Within the core category of operations, specifies the generateClass operation used to generate a project's class files.
Optional. If true, overwrites any existing class file with the same name.
 
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved