You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by st...@apache.org on 2005/05/12 20:04:21 UTC

svn commit: r169860 - in /incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs: controls/sample_controls-blank.xml jpetstore.xml pageflow/netui-samples.xml pageflow/sample_netui-blank.xml wsm/sample_AddressBook.xml wsm/sample_wsm-blank.xml wsm/sample_wsmAnnoSamples.xml

Author: steveh
Date: Thu May 12 11:04:20 2005
New Revision: 169860

URL: http://svn.apache.org/viewcvs?rev=169860&view=rev
Log:
Replacing all references to BEEHIVE_HOME with <BeehiveRoot>.

Modified:
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/sample_controls-blank.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/netui-samples.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sample_netui-blank.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml
    incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsmAnnoSamples.xml

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/sample_controls-blank.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/sample_controls-blank.xml?rev=169860&r1=169859&r2=169860&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/sample_controls-blank.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/sample_controls-blank.xml Thu May 12 11:04:20 2005
@@ -8,10 +8,13 @@
             <section id="intro">
             <title>Introduction</title>
 <p>Use the "blank" Control sample (located at <code>&lt;BeehiveRoot>/samples/controls-blank</code>) as a 
-	template for building your own Control projects.  
+	template for building your own Control projects.
+	  
 
 </p>
 
+				<note>&lt;BeehiveRoot> refers to the top-level directory of your Beehive installation.
+					A typical value for &lt;BeehiveRoot> would be <code>C:/apache/apache-beehive-1.0</code>. </note>
 <p>The template contains a basic 'Hello World' control to get you started.  Control projects can be 
 	archived in a JAR file and then imported into multiple applications.  Simply import the JAR archive 
 	into the application's WEB-INF/lib directory. </p>

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml?rev=169860&r1=169859&r2=169860&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml Thu May 12 11:04:20 2005
@@ -133,9 +133,13 @@
 				<title>To Copy the Petstore Application to a Project 
 					Folder</title>
 				<p>To keep your Beehive distribution directory 
-					pristine, you should copy the 
-					<code>petstoreWeb</code> folder to another location before 
-					proceeding. The following instructions assume that you have 
+					pristine, you should copy the folder 
+					<code>&lt;BeehiveRoot>/samples/petstoreWeb</code> to another location before 
+					proceeding.</p>
+
+				<note>&lt;BeehiveRoot> refers to the top-level directory of your Beehive installation.
+					A typical value for &lt;BeehiveRoot> would be <code>C:/apache/apache-beehive-1.0</code>. </note>				 
+				<p>The following instructions assume that you have 
 					copied the folder <code>petstoreWeb</code> into the 
 					directory <code>C:/beehive_projects</code>, 
 					resulting in the following directory structure.</p>

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/netui-samples.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/netui-samples.xml?rev=169860&r1=169859&r2=169860&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/netui-samples.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/netui-samples.xml Thu May 12 11:04:20 2005
@@ -40,8 +40,12 @@
 					Folder</title>
 				<p>To keep your Beehive distribution directory 
 					pristine, you should copy the 
-					<code>netui-samples</code> folder to another location before 
-					proceeding. The following instructions assume that you have 
+					<code>&lt;BeehiveRoot>/samples/netui-samples</code> folder to another location before 
+					proceeding.</p> 
+				
+				<note>&lt;BeehiveRoot> refers to the top-level directory of your Beehive installation.
+					A typical value for &lt;BeehiveRoot> would be <code>C:/apache/apache-beehive-1.0</code>. </note>
+					<p>The following instructions assume that you have 
 					copied the folder <code>netui-samples</code> into the 
 					directory <code>C:/beehive_projects</code>, 
 					resulting in the following directory structure.</p>

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sample_netui-blank.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sample_netui-blank.xml?rev=169860&r1=169859&r2=169860&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sample_netui-blank.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/sample_netui-blank.xml Thu May 12 11:04:20 2005
@@ -10,8 +10,11 @@
 			<title>Introduction</title>
 			<p>Use the Page Flow application template (located at 
 				<code>&lt;BeehiveRoot>/samples/netui-blank</code>) as a 
-				starting point for building your own Page Flow applications. 
-				The template contains everything needed in a basic Page Flow 
+				starting point for building your own Page Flow applications.</p>
+
+				<note>&lt;BeehiveRoot> refers to the top-level directory of your Beehive installation.
+					A typical value for &lt;BeehiveRoot> would be <code>C:/apache/apache-beehive-1.0</code>. </note>				 
+				<p>The template contains everything needed in a basic Page Flow 
 				application, except for the runtime and &lt;netui> tag library 
 				JAR files. This topic explains how to add those JAR files and 
 				get the template up and running. </p>
@@ -25,8 +28,10 @@
 			<section id="copy_rename">
 				<title>Copy and Rename the Template Folder</title>
 				<p>Copy the folder 
-					<code>BEEHIVE_HOME/samples/netui-blank</code> to your 
-					development directory. Below we assume that you have copied <code>netui-blank</code> into the 
+					<code>&lt;BeehiveRoot>/samples/netui-blank</code> to your 
+					development directory. </p>
+					
+						<p>Below we assume that you have copied <code>netui-blank</code> into the 
 					folder <strong><code>C:/myDevelopmentDirectory</code></strong>.</p>
 				<source>C:/myDevelopmentDirectory/netui-blank</source>
 				<p>Rename <code>netui-blank</code> to something more 

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml?rev=169860&r1=169859&r2=169860&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_AddressBook.xml Thu May 12 11:04:20 2005
@@ -65,9 +65,6 @@
 						<code>ANT_HOME</code>
 					</li>
 					<li>
-						<code>BEEHIVE_HOME</code>
-					</li>
-					<li>
 						<code>CATALINA_HOME</code>
 					</li>
 					<li>
@@ -94,8 +91,8 @@
 						 folders to 
 						another location before proceeding. The following 
 						instructions assume that you have copied the folders</p> 
-	<source>BEEHIVE_HOME/samples/wsm-addressbook
-BEEHIVE_HOME/samples/wsm-addressbook-enhanced</source>					 
+	<source>&lt;BeehiveRoot>/samples/wsm-addressbook
+&lt;BeehiveRoot>/samples/wsm-addressbook-enhanced</source>					 
 <p>					 into the directory 
 						<code>C:/beehive_projects</code>, resulting in the 
 						following directory structures.</p>
@@ -105,6 +102,9 @@
 		<source>C: 
   beehive_projects 
     wsm-addressbook-enhanced</source>
+	
+				<note>&lt;BeehiveRoot> refers to the top-level directory of your Beehive installation.
+					A typical value for &lt;BeehiveRoot> would be <code>C:/apache/apache-beehive-1.0</code>. </note>
 				</section>
 			<section id="start_tomcat">
 				<title>To Start Tomcat</title>

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml?rev=169860&r1=169859&r2=169860&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsm-blank.xml Thu May 12 11:04:20 2005
@@ -12,6 +12,9 @@
 
 </p>
 
+				<note>&lt;BeehiveRoot> refers to the top-level directory of your Beehive installation.
+					A typical value for &lt;BeehiveRoot> would be <code>C:/apache/apache-beehive-1.0</code>. </note>
+
 <p>The template contains everything needed in a basic web service application, except for the runtime JAR files.
 </p>
     </section>
@@ -24,8 +27,9 @@
 			<section id="copy">
 				<title>Copy and Rename the Template Folder</title>
 				<p>Copy the folder 
-					<code>BEEHIVE_HOME/samples/wsm-blank</code> to your 
+					<code>&lt;BeehiveRoot>/samples/wsm-blank</code> to your 
 					development directory. </p>
+					
 				<p>Rename <code>wsm-blank</code> to something more 
 					appropriate to your application. Below we assume that the path to
 					the renamed <code>wsm-blank</code> is 

Modified: incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsmAnnoSamples.xml
URL: http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsmAnnoSamples.xml?rev=169860&r1=169859&r2=169860&view=diff
==============================================================================
--- incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsmAnnoSamples.xml (original)
+++ incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/wsm/sample_wsmAnnoSamples.xml Thu May 12 11:04:20 2005
@@ -38,9 +38,6 @@
 						<code>ANT_HOME</code>
 					</li>
 					<li>
-						<code>BEEHIVE_HOME</code>
-					</li>
-					<li>
 						<code>CATALINA_HOME</code>
 					</li>
 					<li>
@@ -69,8 +66,10 @@
 				<p>In this section you will edit the <code>build.properties</code> files--the files
 					that set the build-related properties for the web services.</p>
 				<p>Open the file 
-					<code>BEEHIVE_HOME/samples/wsm-sample/WEB-INF/src/build.properties</code>
+					<code>&lt;BeehiveRoot>/samples/wsm-sample/WEB-INF/src/build.properties</code>
 					in a text editor.</p>
+				<note>&lt;BeehiveRoot> refers to the top-level directory of your Beehive installation.
+					A typical value for &lt;BeehiveRoot> would be <code>C:/apache/apache-beehive-1.0</code>. </note>					
 				<p>Edit the file so that the <code>beehive.home</code> property points to the 
 					top-level folder of your beehive installation.  For example, if you beehive installation
 					resides at <code>C:/apache/apache-beehive-1.0</code>,