This example shows how to test
your customized report wizard by launching an Eclipse application that includes
your plug-in.
In the
Project
Explorer, expand
META-INF.
Right-click
MANIFEST.MF, and point to
Open With > Plug-in Manifest
Editor.
The Plug-in
Manifest Editor displays the plug-in project settings.
Click the
Overview
tab.
In the
Testing
area click
Launch an Eclipse
application.
Eclipse launches
another Eclipse application that uses your wizard plug-in.
In the launched version of Eclipse,
click
File > New > Other.
The
"New"
wizard appears.
Expand
Crystal
Reports.
If you added
your wizard to the Crystal
Reports category, it appears in the
Crystal
Reports folder. If you set the icon for your wizard, it is
displayed next to the wizard name.
Select the wizard, and click
Next.
The
"Custom
Report" wizard launches.
Select a location for your report,
and click
Next.
Set the values for custom pages that
have been added to the wizard.
Click
Finish.
A custom report
is added to the workspace. If the final perspective property of the extension
element is set to
com.businessobjects.crystalreports.designer.perspective,
Eclipse switches to the
Crystal
Reports perspective and displays the report.