Author: steveh
Date: Fri May 13 14:16:18 2005
New Revision: 170091

URL: http://svn.apache.org/viewcvs?rev=170091&view=rev
Log:
Fix for BEEHIVE-675: Build fails if folder path in build.properties uses 
backslash

Modified:
    
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/controls/tutorial_controls.xml
    
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/jpetstore.xml
    
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.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/pageflow/tutorial_pageflow.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/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=170091&r1=170090&r2=170091&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
 Fri May 13 14:16:18 2005
@@ -94,6 +94,8 @@
 
 <strong>context.path=control_tutorial</strong>
 </source>
+<note>Windows users must use forwardslashes (/) not backslashes (\) in the 
+       <code>build.properties</code> file.</note>
          </section>
                        <section id="add_control_files">
                                <title>Add the Control Interface and 
Implementation Files</title>

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=170091&r1=170090&r2=170091&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
 Fri May 13 14:16:18 2005
@@ -162,6 +162,9 @@
 jsp-api.jar=${os.CATALINA_HOME}/common/lib/jsp-api.jar
 
 context.path=petstoreWeb</source>
+<note>Windows users must use forwardslashes (/) not backslashes (\) in the 
+       <code>build.properties</code> file.</note>
+
                                        </section>
                        <section id="compile">
                                <title>To Compile the Petstore 
Application</title>

Modified: 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml?rev=170091&r1=170090&r2=170091&view=diff
==============================================================================
--- 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml
 (original)
+++ 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/config/beehive-netui-config.xml
 Fri May 13 14:16:18 2005
@@ -72,10 +72,17 @@
     <a href="#type-converter">&lt;type-converter></a>
       <a href="#type">&lt;type></a>
       <a href="#converter-class">&lt;converter-class></a>
+  <a href="#default-shared-flow-refs">&lt;default-shared-flow-refs></a>
+    <a href="#shared-flow-ref">&lt;shared-flow-ref></a>
+      <a href="#name">&lt;name></a>
+      <a href="#type">&lt;type></a>
   <a href="#jsp-tag-config">&lt;jsp-tag-config></a>
     <a href="#doctype">&lt;doctype></a>
     <a href="#id-javascript">&lt;id-javascript></a>
     <a href="#tree-image-location">&lt;tree-image-location></a>
+  <a href="#url-config">&lt;url-config></a>
+    <a href="#url-encode-urls">&lt;url-encode-urls></a>
+    <a href="#html-amp-entity">&lt;html-amp-entity></a>
   <a href="#iterator-factories">&lt;iterator-factories></a>
     <a href="#iterator-factory">&lt;iterator-factory></a>
       <a href="#name">&lt;name></a>
@@ -167,6 +174,18 @@
                                        <p><a 
href="#expression-language">&lt;expression-language></a></p>
                                <p><strong>Children:</strong></p>
                                <p>none</p></section>
+        <section 
id="default-shared-flow-refs"><title>&lt;default-shared-flow-refs&gt;</title>
+                       <p>Allows JSPs to access shared flows even when there 
is no Page Flow that 
+                               declares the shared flow.  This configuration 
element declares
+                               default shared flow references that can be used 
across the web app.</p>
+                               <p><strong>Syntax</strong></p>
+                               <source>&lt;default-shared-flow-refs>
+  &lt;shared-flow-ref> 
+&lt;/default-shared-flow-refs> [occurrences: 1-*]</source>
+                               <p><strong>Parents:</strong></p>
+                                       <p><a 
href="#netui-config">&lt;netui-config></a></p>
+                               <p><strong>Children:</strong></p>
+                               <p><a 
href="#shared-flow-ref">&lt;shared-flow-ref></a></p></section>
         <section id="description"><title>&lt;description&gt;</title>
                                <p><strong>Syntax</strong></p>
                                <source>&lt;description> xsd:string 
&lt;/description> [occurrences: 0-1]</source>
@@ -654,6 +673,17 @@
                                        <p><a 
href="#netui-config">&lt;netui-config&gt;</a></p>
                                <p><strong>Children:</strong></p>
                                <p>none</p></section>
+
+       <section id="shared-flow-ref"><title>&lt;shared-flow-ref&gt;</title>
+                               <p><strong>Syntax</strong></p>
+                               <source>&lt;shared-flow-ref>
+  &lt;name> xsd:string &lt;/name> [occurrences: 1]
+  &lt;type> xsd:string &lt;/type> [occurrences: 1]
+&lt;/shared-flow-ref></source>
+                               <p><strong>Parents:</strong></p>
+                                       <p><a 
href="#netui-config">&lt;netui-config&gt;</a></p>
+                               <p><strong>Children:</strong></p>
+                               <p><a href="#name">&lt;name></a>, <a 
href="#type">&lt;type></a></p></section>
 
        <section 
id="throw-session-expired-exception"><title>&lt;throw-session-expired-exception&gt;</title>
                                <p><strong>Syntax</strong></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=170091&r1=170090&r2=170091&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
 Fri May 13 14:16:18 2005
@@ -68,6 +68,9 @@
 jsp-api.jar=${os.CATALINA_HOME}/common/lib/jsp-api.jar
 
 context.path=netui-samples</source>
+<note>Windows users must use forwardslashes (/) not backslashes (\) in the 
+       <code>build.properties</code> file.</note>
+
                                        </section>
                        <section id="compile">
                                <title>To Compile the Page Flow Samples 
Application</title>

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=170091&r1=170090&r2=170091&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
 Fri May 13 14:16:18 2005
@@ -60,24 +60,10 @@
 jsp-api.jar=${os.CATALINA_HOME}/common/lib/jsp-api.jar
 
 context.path=<strong>&lt;SomeContext></strong></source>
+<note>Windows users must use forwardslashes (/) not backslashes (\) in the 
+       <code>build.properties</code> file.</note>
+
                                        </section>
-                       
-                       <!--
-                               <section id="copy_runtime">
-                               <title>Copy the Runtime JARs into the Template 
Folder</title>
-                               <p>Copy the runtime JARs to the project's 
WEB-INF/lib 
-                                       directory.</p>
-                               <p>The following Ant command will copy the 
necessary runtime 
-                                       and tag library JARs to 
-                                       
<code>C:/myDevelopmentDirectory/myWebApplication/WEB-INF/lib</code>.</p>
-                <source>ant 
-  -f C:\myDevelopmentDirectory\myWebApplication\WEB-INF\src\build.xml
-  deploy-beehive
-  
-<strong>Copy and Paste version:</strong>
-ant -f C:\myDevelopmentDirectory\myWebApplication\WEB-INF\src\build.xml 
deploy-beehive</source>
-                       </section>
-                       -->
                        <section id="build"><title>Build the Template Web 
App</title>
                                <p>To build the web app, run the following Ant 
command.  This Ant command will delete
                                        any build artifacts in the 
<code>classes</code> directory, compile the web application 

Modified: 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
URL: 
http://svn.apache.org/viewcvs/incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml?rev=170091&r1=170090&r2=170091&view=diff
==============================================================================
--- 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
 (original)
+++ 
incubator/beehive/trunk/docs/forrest/src/documentation/content/xdocs/pageflow/tutorial_pageflow.xml
 Fri May 13 14:16:18 2005
@@ -86,6 +86,8 @@
 jsp-api.jar=${os.CATALINA_HOME}/common/lib/jsp-api.jar
 
 context.path=<strong>pageflow_tutorial</strong></source>
+<note>Windows users must use forwardslashes (/) not backslashes (\) in the 
+       <code>build.properties</code> file.</note>
                                        </section>
             <section id="start_tomcat">
                 <title>To Start the Tomcat Server</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=170091&r1=170090&r2=170091&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
 Fri May 13 14:16:18 2005
@@ -50,9 +50,12 @@
                                
<source>beehive.home=<strong>C:/apache/apache-beehive-1.0</strong>
                                        
 service.name=<strong>&lt;SomeContext></strong></source>
-<p><strong>Note:</strong> the value of &lt;SomeContext> will determine (1) the 
name of the WAR file 
+
+<note>Windows users must use forwardslashes (/) not backslashes (\) in the 
+       <code>build.properties</code> file.</note>
+<note>The value of &lt;SomeContext> will determine (1) the name of the WAR 
file 
        produced when the web service is compiled and the (2) part of the URL 
used by Tomcat to
-       access the web service.</p>  
+       access the web service.</note>  
                <p>The WAR file will be named 
<code>&lt;SomeContext>WS.war</code></p>
                <p>The URL will be 
<code>http://localhost:8080/&lt;SomeContext>WS/</code></p>
                                        </section>                      

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=170091&r1=170090&r2=170091&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
 Fri May 13 14:16:18 2005
@@ -70,6 +70,8 @@
                                
<source>beehive.home=<strong>C:/apache/apache-beehive-1.0</strong>
 
 service.name=<strong>tutorial</strong></source>
+<note>Windows users must use forwardslashes (/) not backslashes (\) in the 
+       <code>build.properties</code> file.</note>
                                        </section>
                        
             <section id="start_tomcat">


Reply via email to