Importing a TIBCO BusinessEvents 3.x Project at the Command Line

This utility imports a TIBCO BusinessEvents 3.x (TIBCO Designer) project at the command line. Projects imported using this command-line utility do not run in the context of Eclipse (TIBCO BusinessEvents Studio). An additional step is required if you want to open the project in TIBCO BusinessEvents Studio, as explained below.

Procedure

  1. Navigate to BE_HOME/studio/bin/ and open a command prompt.
  2. Execute a command with the following format (all on one line) at a command prompt:
    studio-tools -core importDesigner -d designerProjDir [-n studioProjName] -p studioProjDir [-xp XPathVersion]

    For example:

    studio-tools -core importDesigner -d C:\FT\FT_Project -n FTImport -p c:\myWorkspace\FTImported -xp 2.0

    When the import has completed successfully, you see a message in the command window:

    Imported the Designer Project successfully.