To customize the example import formatter, you must load it into
Eclipse and create a plug-in.
To set up the example import formatter:
- Create a folder for storing your customized formatter plug-in,
for example, C:\MyEclipse\MyPlugins.
- 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.
- In Eclipse, click .
- Select Java Project and click Next.
- In the Project Name field, enter a project
name, for example, Example Importer.
- In the Location panel, click Create
project at external location.
- Click Browse to browse to the folder where
you copied the import formatter example. In this example the
location is C:\MyEclipse\MyPlugins\MTExampleImportCustomization.
- Click Finish.
The Example Importer project is displayed in the Package
Explorer view.