Author: steveh
Date: Wed May 11 16:23:28 2005
New Revision: 169719

URL: http://svn.apache.org/viewcvs?rev=169719&view=rev
Log:
Fix for BEEHIVE-663: Controls tutorial uses variable BEEHIVE_HOME without prior 
description

Modified:
    
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml
    
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml

Modified: 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml?rev=169719&r1=169718&r2=169719&view=diff
==============================================================================
--- 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml
 (original)
+++ 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml
 Wed May 11 16:23:28 2005
@@ -59,8 +59,10 @@
                                        development and testing ground 
                                        for your control.  To test the control, 
you will 
                                        invoke the control methods from the web 
application.</p>
-                <p>Copy the folder 
<code>BEEHIVE_HOME/samples/netui-blank</code> into 
+                <p>Copy the folder 
<code>&lt;BeehiveRoot>/samples/netui-blank</code> into 
                                        <code>C:/beehive_projects</code>.</p>
+                               <note>&lt;BeehiveRoot> refers to the top-level 
directory of your Beehive installation.
+                                       A typical value for &lt;BeehiveRoot> is 
<code>C:/apache/apache-beehive-1.0</code>. </note>
                                <p>Rename the folder 
                                        
<code>C:/beehive_projects/</code><strong><code>netui-blank</code></strong> to 
the name 
                                        
<code>C:/beehive_projects/</code><strong><code>control_tutorial</code></strong></p>
@@ -96,7 +98,7 @@
          </section>
                        <section id="add_control_files">
                                <title>Add the Control Interface and 
Implementation Files</title>
-                           <p>Copy the folder 
<strong><code>BEEHIVE_HOME/samples/controls-blank/src/pkg</code></strong>
+                           <p>Copy the folder 
<strong><code>&lt;BeehiveRoot>/samples/controls-blank/src/pkg</code></strong>
                                        into the folder 
<strong><code>C:/beehive_projects/control_tutorial/WEB-INF/src</code></strong>.</p>
                                <p>Before proceeding, confirm that the 
following directory structure exists:</p>
                                <source>C:

Modified: 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml?rev=169719&r1=169718&r2=169719&view=diff
==============================================================================
--- 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml
 (original)
+++ 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/tutorial_wsm.xml
 Wed May 11 16:23:28 2005
@@ -40,8 +40,11 @@
             <section id="make_project">
                 <title>To Make a Project Folder Using the Web Service 
Application Template</title>
                 <p>On your C: drive, create a directory called 
<code>beehive_projects</code>.</p>
-                <p>Copy the folder 
<code>BEEHIVE_HOME/samples/</code><strong><code>wsm-blank</code></strong>
+                <p>Copy the folder 
<code>&lt;BeehiveRoot>/samples/</code><strong><code>wsm-blank</code></strong>
                                        into 
<code>C:/</code><strong><code>beehive_projects</code></strong>.</p>
+
+                               <note>&lt;BeehiveRoot> refers to the top-level 
directory of your Beehive installation.
+                                       A typical value for &lt;BeehiveRoot> is 
<code>C:/apache/apache-beehive-1.0</code>. </note>                              
        
                                <p>Rename the folder 
<code>C:/beehive_projects/</code><strong><code>wsm-blank</code></strong>
                                        as 
<code>C:/beehive_projects/</code><strong><code>ws_tutorial</code></strong></p>
                 <p>Before proceeding, confirm that the following directory 
structure exists:</p>


Reply via email to