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"><type-converter></a>
<a href="#type"><type></a>
<a href="#converter-class"><converter-class></a>
+ <a href="#default-shared-flow-refs"><default-shared-flow-refs></a>
+ <a href="#shared-flow-ref"><shared-flow-ref></a>
+ <a href="#name"><name></a>
+ <a href="#type"><type></a>
<a href="#jsp-tag-config"><jsp-tag-config></a>
<a href="#doctype"><doctype></a>
<a href="#id-javascript"><id-javascript></a>
<a href="#tree-image-location"><tree-image-location></a>
+ <a href="#url-config"><url-config></a>
+ <a href="#url-encode-urls"><url-encode-urls></a>
+ <a href="#html-amp-entity"><html-amp-entity></a>
<a href="#iterator-factories"><iterator-factories></a>
<a href="#iterator-factory"><iterator-factory></a>
<a href="#name"><name></a>
@@ -167,6 +174,18 @@
<p><a
href="#expression-language"><expression-language></a></p>
<p><strong>Children:</strong></p>
<p>none</p></section>
+ <section
id="default-shared-flow-refs"><title><default-shared-flow-refs></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><default-shared-flow-refs>
+ <shared-flow-ref>
+</default-shared-flow-refs> [occurrences: 1-*]</source>
+ <p><strong>Parents:</strong></p>
+ <p><a
href="#netui-config"><netui-config></a></p>
+ <p><strong>Children:</strong></p>
+ <p><a
href="#shared-flow-ref"><shared-flow-ref></a></p></section>
<section id="description"><title><description></title>
<p><strong>Syntax</strong></p>
<source><description> xsd:string
</description> [occurrences: 0-1]</source>
@@ -654,6 +673,17 @@
<p><a
href="#netui-config"><netui-config></a></p>
<p><strong>Children:</strong></p>
<p>none</p></section>
+
+ <section id="shared-flow-ref"><title><shared-flow-ref></title>
+ <p><strong>Syntax</strong></p>
+ <source><shared-flow-ref>
+ <name> xsd:string </name> [occurrences: 1]
+ <type> xsd:string </type> [occurrences: 1]
+</shared-flow-ref></source>
+ <p><strong>Parents:</strong></p>
+ <p><a
href="#netui-config"><netui-config></a></p>
+ <p><strong>Children:</strong></p>
+ <p><a href="#name"><name></a>, <a
href="#type"><type></a></p></section>
<section
id="throw-session-expired-exception"><title><throw-session-expired-exception></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><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><SomeContext></strong></source>
-<p><strong>Note:</strong> the value of <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 <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><SomeContext>WS.war</code></p>
<p>The URL will be
<code>http://localhost:8080/<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">