diff options
author | Alexandra Schladebeck | 2015-01-19 11:10:15 +0000 |
---|---|---|
committer | Alexandra Schladebeck | 2015-01-19 11:10:15 +0000 |
commit | 49286e528f528cc042040ed32be2edde4c1754bf (patch) | |
tree | 9c7254221baa40d762469e64465fcd8ab276f944 | |
parent | e0cad73656e44d1e79e8f92a647836cd96147ba7 (diff) | |
download | org.eclipse.jubula.core-49286e528f528cc042040ed32be2edde4c1754bf.tar.gz org.eclipse.jubula.core-49286e528f528cc042040ed32be2edde4c1754bf.tar.xz org.eclipse.jubula.core-49286e528f528cc042040ed32be2edde4c1754bf.zip |
Non-sprint task: updates and improves docs for starting RCP AUTs
-rw-r--r-- | org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/rcpAUT/sectionSettingUpRCPAUTs.xml | 39 |
1 files changed, 26 insertions, 13 deletions
diff --git a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/rcpAUT/sectionSettingUpRCPAUTs.xml b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/rcpAUT/sectionSettingUpRCPAUTs.xml index 892e22e39..3f08d188f 100644 --- a/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/rcpAUT/sectionSettingUpRCPAUTs.xml +++ b/org.eclipse.jubula.documentation/userManual/en/docbook/toolkit/rcpAUT/sectionSettingUpRCPAUTs.xml @@ -21,9 +21,7 @@ and to get started quicker, the steps can also be done manually as follows: </para> - <para> <para role="warning">Please ensure that you follow all these steps!</para> - </para> <orderedlist> <listitem> <para> @@ -48,25 +46,36 @@ <emphasis>,org.eclipse.jubula.rc.rcp@start</emphasis> (the comma is important to delimit this argument from the others) to the end of the <emphasis>osgi.bundles</emphasis> - parameter. + parameter. If your AUT uses the simple configurator, then + you will see this in the config.ini for the osgi.bundles + parameter. In this case, the osgi.bundles parameter will + reference the place where the bundles.info for the simple configurator + is. Locate the bundles.info file + and ensure that the <emphasis>org.eclipse.jubula.rc.rcp</emphasis> + plugin is set to start (i.e. it is set to true). + If you are migrating from one version of the RCP remote control + to a new one, then you can also check the version number of the RCP + remote control plugin. </para> </listitem> <listitem> <para> Start your AUT <emphasis role="strong">normally</emphasis> - (i.e. not as an AUT. Close it, and then start it again. + (i.e. not as an AUT). Close it, and then start it again. </para> </listitem> <listitem> <para> - In your AUT, open <emphasis role="menuPath">Help</emphasis>--><emphasis role="menuPath">About</emphasis>. + In your AUT, open <emphasis role="menuPath">Help</emphasis>--><emphasis role="menuPath">Installation Details</emphasis>. </para> </listitem> <listitem> <para> - In the <emphasis>plugin details</emphasis> for your AUT, you - should be able to see that the following plugins are - started: + In the <emphasis>Configuration</emphasis> tab, you will find a list + of started plugins, in the section <emphasis>Plug-In Registry</emphasis>. + You should be able to see that the following plugins are + started (active) and that the correct versions of them (according to your Jubula installation) + are running: </para> <itemizedlist> <listitem> @@ -97,14 +106,18 @@ </para> </listitem> </orderedlist> - <para> <para role="tip">When you install a new version of the ITE, you must - repeat these steps with the new RCP remote control plugin. We - recommend starting your AUT once with <emphasis role="input">-clean</emphasis> to - ensure that the new remote control plugin is used. </para> If you do + repeat these steps with the new RCP remote control plugin. You must remove + the previous RCP remote control and replace it with the new one from + the new ITE installation, and update your config.ini or bundles.info file. + We recommend starting your AUT once + with <emphasis role="input">-clean</emphasis> to + ensure that the new remote control plugin is used. </para> + <para> + If you do not follow these steps, the AUT Agent will not be able to communicate with your AUT! - </para> + </para> <section id="setting-up-an-rcp-aut"> <title>Setting up an RCP AUT for testing as a part of the build process</title> |