Studio Tools Utility : Importing a BusinessEvents 3.x Project at the Command Line

Importing a BusinessEvents 3.x Project at the Command Line
A BusinessEvents 3.x (TIBCO Designer) project imported using this utility does not run in the context of Eclipse (BusinessEvents Studio).
An additional step is required if you want to open the project in BusinessEvents Studio, as explained below.
To Import a 3.x Project at the Command Line
1.
Navigate to BE_HOME/studio/bin/ and open a command prompt.
2.
studio-tools -op importDesigner -designerProj designerProjDir [-name studioProjName] -studioProj studioProjDir
For example:
studio-tools -op importDesigner -designerProj C:\FT\FT_Project -name FTImport -studioProj c:\myWorkspace\FTImported
When the import has completed successfully, you see a message in the command window:
Imported the Designer Project successfully.
Table 6, BusinessEvents Studio Tools Options for Importing 3.x TIBCO Designer Projects, provides detailed information about the options.
See To Open a Project Imported at the Command Line in BusinessEvents Studio for a procedure you must do if you want to open the project in BusinessEvents Studio.
Specifies the importDesigner operation for building importing a BusinessEvents 3.x (TIBCO Designer) project.
-designerProj designerProjDir
Absolute path to the TIBCO Designer project directory (the .dat file can be included but is not required). Import of release 3.x projects is supported.
-name studioProjName
Optional. Specifies the name of the BusinessEvents 4.x project (BusinessEvents Studio project). If not specified, the BusinessEvents Studio 3.x project name is used.
-studioProj studioProjDir
Absolute path to the BusinessEvents 4.x project directory (the BusinessEvents Studio project). The directories in the path are created if they do not exist.
To Open a Project Imported at the Command Line in BusinessEvents Studio
To open a project imported at the command line, you must add it as a new project.
1.
Start BusinessEvents Studio. In Windows, click Start > All Programs > TIBCO > YourEnvironment > TIBCO BusinessEvents 4.0 > BusinessEvents Studio.
2.
From the File menu select New > Project. You see the New Project — Select a Wizard dialog.
3.
Select TIBCO BusinessEvents > Studio Project and click Next.
4.
5.
(If you imported the project to a directory in your default workspace, skip this step.) If the project directory is located outside the default workspace, uncheck the Use default location checkbox and browse to the parent directory of the project imported at the command line.
6.
Click Finish. The project folders appear in the Studio Explorer view.