platform-help-home/testing/scenarios.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.46, Tue Jun 1 18:44:48 2004 UTC revision 1.47, Sat Mar 26 13:33:34 2005 UTC
# Line 593  Line 593 
593    IC: Infocenter</P>    IC: Infocenter</P>
594  <OL>  <OL>
595          <LI>Assuming eclipse is installed as d:\eclipse, change directory to d:\eclipse          <LI>Assuming eclipse is installed as d:\eclipse, change directory to d:\eclipse
596            and run the following command: java -cp plugins/org.eclipse.help.base_3.0.0/helpbase.jar            and run the following command: java -cp plugins/org.eclipse.help.base_3.1.0.jar
597            org.eclipse.help.standalone.Infocenter -command start -data infocenter            org.eclipse.help.standalone.Infocenter -command start -data infocenter
598            -port 8888</LI>            -port 8888</LI>
599          <LI>Open a browser and navigate to http://localhost:8888/help. You should see          <LI>Open a browser and navigate to http://localhost:8888/help. You should see
# Line 602  Line 602 
602            working sets are remembered.</LI>            working sets are remembered.</LI>
603          <LI>Perform ad-hoc testing or follow the steps for the regular workbench scenarios,          <LI>Perform ad-hoc testing or follow the steps for the regular workbench scenarios,
604    with the exception of bookmarks, infopop and active help.</LI>    with the exception of bookmarks, infopop and active help.</LI>
605          <LI>Shutdown the infocenter by running: java -cp plugins/org.eclipse.help.base_3.0.0/helpbase.jar          <LI>Shutdown the infocenter by running: java -cp plugins/org.eclipse.help.base_3.1.0.jar
606            org.eclipse.help.standalone.Infocenter -command shutdown -data infocenter</LI>            org.eclipse.help.standalone.Infocenter -command shutdown -data infocenter</LI>
607  </OL>  </OL>
608  <P><BR>SA: Stand-alone help  <P><BR>SA: Stand-alone help
609  </P>  </P>
610  <OL>  <OL>
611          <LI>Assuming eclipse is installed as d:\eclipse, change directory to d:\eclipse          <LI>Assuming eclipse is installed as d:\eclipse, change directory to d:\eclipse
612            and run the following command: java -cp plugins/org.eclipse.help.base_3.0.0/helpbase.jar            and run the following command: java -cp plugins/org.eclipse.help.base_3.1.0.jar
613            org.eclipse.help.standalone.Help -command displayHelp -data standalone</LI>            org.eclipse.help.standalone.Help -command displayHelp -data standalone</LI>
614          <LI>The above command should automatically open the browser so you can browse          <LI>The above command should automatically open the browser so you can browse
615            the help. Perform ad-hoc testing or follow the steps in the regular workbench            the help. Perform ad-hoc testing or follow the steps in the regular workbench
616            scenario, with the exception of infopop and active help.</LI>            scenario, with the exception of infopop and active help.</LI>
617          <LI>Shutdown the standalone help by running:  java -cp plugins/org.eclipse.help.base_3.0.0/helpbase.jar          <LI>Shutdown the standalone help by running:  java -cp plugins/org.eclipse.help.base_3.1.0.jar
618            org.eclipse.help.standalone.Help -command shutdown -data standalone</LI>            org.eclipse.help.standalone.Help -command shutdown -data standalone</LI>
619  </OL>  </OL>
620  <P><BR>B: Basic help ui (any browser with Javascript disabled or browsers other than IE, Mozilla or Netscape6+)  <P><BR>B: Basic help ui (any browser with Javascript disabled or browsers other than IE, Mozilla or Netscape6+)

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47