After you finish the modifications to the example import formatter,
build the customized import formatter plug-in. To use the new import formatter,
you must move it to Manual Tester.
The example project that you moved from Manual Tester to Eclipse
includes an Ant build script that builds the import formatter.
To build
the import formatter and move it to Manual Tester:
- In the Eclipse Package Explorer view, expand
the Example Importer project.
- Right-click the plugin.xml file and click to
create the Ant script that is used in the build process.
- Right click the build.xml file and click . Eclipse builds the import
formatter plug-in.
- Using Microsoft Windows Explorer, create a plug-in folder in the
Manual Tester plugins directory. If Manual
Tester is installed in the default location, the plugins directory
is C:\Program Files\IBM\Rational\SDP\6.0\ManualTest\eclipse\plugins\.
- Copy the plugin.xml file and the example_import.jar file from the
Example Importer project to the plug-in folder you created.