Setting Up the Example Import Formatter

To customize the example import formatter, you must load it into Eclipse and create a plug-in.

To set up the example import formatter:
  1. Create a folder for storing your customized formatter plug-in, for example, C:\MyEclipse\MyPlugins.
  2. Copy the example Manual Tester import formatter from the installation location to the folder that you just created. For example, copy the import formatter from the default installation location (C:\Program Files\IBM\Rational\SDP\6.0\ManualTest\eclipse\plugins\com.ibm.rational.test.mt_1.0.0\examples\MTExampleImportCustomization ) to C:\MyEclipse\MyPlugins.
  3. In Eclipse, click File > New > Project.
  4. Select Java Project and click Next.
  5. In the Project Name field, enter a project name, for example, Example Importer.
  6. In the Location panel, click Create project at external location.
  7. Click Browse to browse to the folder where you copied the import formatter example. In this example the location is C:\MyEclipse\MyPlugins\MTExampleImportCustomization.
  8. Click Finish.
The Example Importer project is displayed in the Package Explorer view.

Parent topic: Creating an Import Formatter

Feedback
(C) Copyright IBM Corporation 2004, 2005. All Rights Reserved.