You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2006/10/18 21:27:49 UTC

svn commit: r465346 - in /incubator/tuscany/cpp/sca/samples: PythonCalculator/README.html RubyBank/README.html RubyCalculator/README.html

Author: ajborley
Date: Wed Oct 18 12:27:48 2006
New Revision: 465346

URL: http://svn.apache.org/viewvc?view=rev&rev=465346
Log:
Doc updates for the samples to reflect the enabling of extensions (see TUSCANY-868)

Modified:
    incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html
    incubator/tuscany/cpp/sca/samples/RubyBank/README.html
    incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html

Modified: incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html?view=diff&rev=465346&r1=465345&r2=465346
==============================================================================
--- incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/PythonCalculator/README.html Wed Oct 18 12:27:48 2006
@@ -116,6 +116,9 @@
          <A NAME="linuxrun"><H2>Running the PythonCalculator sample on Linux</H2></A>
          <A NAME="linuxbasic"><H3>PythonCalculator with basic client</H3></A>
          <OL>
+             <LI>Ensure you have enabled the Tuscany Python extension. Follow the instructions 
+                 found <A HREF="../../doc/PythonExtension.html#linuxbin">here</A>.
+             </LI>
              <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
@@ -135,6 +138,9 @@
              <LI>Ensure you have enabled Axis2C to run Tuscany SCA services. Follow the instructions 
                  found <A HREF="../../doc/Axis2CWSService.html">here</A>.
              </LI>
+             <LI>Ensure you have enabled the Tuscany Python extension. Follow the instructions 
+                 found <A HREF="../../doc/PythonExtension.html#linuxbin">here</A>.
+             </LI>
              <LI>Start the Axis2C simple http server:
                 <OL>
                    <LI>The following environment variables are required:                                 
@@ -188,6 +194,9 @@
          <A NAME="winrun"><H2>Running the PythonCalculator sample on Windows</H2></A>
          <A NAME="winbasic"><H3>PythonCalculator with basic client</H3></A>
          <OL>
+             <LI>Ensure you have enabled the Tuscany Python extension. Follow the instructions 
+                 found <A HREF="../../doc/PythonExtension.html#winbin">here</A>.
+             </LI>
              <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
@@ -206,6 +215,9 @@
          <OL>
              <LI>Ensure you have enabled Axis2C to run Tuscany SCA services. Follow the instructions 
                  found <A HREF="../../doc/Axis2CWSService.html">here</A>.
+             </LI>
+             <LI>Ensure you have enabled the Tuscany Python extension. Follow the instructions 
+                 found <A HREF="../../doc/PythonExtension.html#winbin">here</A>.
              </LI>
              <LI>Start the Axis2C simple http server:
                 <OL>

Modified: incubator/tuscany/cpp/sca/samples/RubyBank/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RubyBank/README.html?view=diff&rev=465346&r1=465345&r2=465346
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RubyBank/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/RubyBank/README.html Wed Oct 18 12:27:48 2006
@@ -110,6 +110,9 @@
          <A NAME="linuxrun"><H2>Running the RubyBank sample on Linux</H2></A>
          <A NAME="linuxbasic"><H3>RubyBank with basic client</H3></A>
          <OL>
+             <LI>Ensure you have enabled the Tuscany Ruby extension. Follow the instructions 
+                 found <A HREF="../../doc/RubyExtension.html#linuxbin">here</A>.
+             </LI>
              <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
@@ -129,6 +132,9 @@
              <LI>Ensure you have enabled Axis2C to run Tuscany SCA services. Follow the instructions 
                  found <A HREF="../../doc/Axis2CWSService.html">here</A>.
              </LI>
+             <LI>Ensure you have enabled the Tuscany Ruby extension. Follow the instructions 
+                 found <A HREF="../../doc/RubyExtension.html#linuxbin">here</A>.
+             </LI>
              <LI>Start the Axis2C simple http server:
                 <OL>
                    <LI>The following environment variables are required:                                 
@@ -176,6 +182,9 @@
          <A NAME="winrun"><H2>Running the RubyBank sample on Windows</H2></A>
          <A NAME="winbasic"><H3>RubyBank with basic client</H3></A>
          <OL>
+             <LI>Ensure you have enabled the Tuscany Ruby extension. Follow the instructions 
+                 found <A HREF="../../doc/RubyExtension.html#winbin">here</A>.
+             </LI>
              <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
@@ -194,6 +203,9 @@
          <OL>
              <LI>Ensure you have enabled Axis2C to run Tuscany SCA services. Follow the instructions 
                  found <A HREF="../../doc/Axis2CWSService.html">here</A>.
+             </LI>
+             <LI>Ensure you have enabled the Tuscany Ruby extension. Follow the instructions 
+                 found <A HREF="../../doc/RubyExtension.html#winbin">here</A>.
              </LI>
              <LI>Start the Axis2C simple http server:
                 <OL>

Modified: incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html?view=diff&rev=465346&r1=465345&r2=465346
==============================================================================
--- incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/RubyCalculator/README.html Wed Oct 18 12:27:48 2006
@@ -111,6 +111,9 @@
          <A NAME="linuxrun"><H2>Running the RubyCalculator sample on Linux</H2></A>
          <A NAME="linuxbasic"><H3>RubyCalculator with basic client</H3></A>
          <OL>
+             <LI>Ensure you have enabled the Tuscany Ruby extension. Follow the instructions 
+                 found <A HREF="../../doc/RubyExtension.html#linuxbin">here</A>.
+             </LI>
              <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
@@ -130,6 +133,9 @@
              <LI>Ensure you have enabled Axis2C to run Tuscany SCA services. Follow the instructions 
                  found <A HREF="../../doc/Axis2CWSService.html">here</A>.
              </LI>
+             <LI>Ensure you have enabled the Tuscany Ruby extension. Follow the instructions 
+                 found <A HREF="../../doc/RubyExtension.html#linuxbin">here</A>.
+             </LI>
              <LI>Start the Axis2C simple http server:
                 <OL>
                    <LI>The following environment variables are required:                                 
@@ -183,6 +189,9 @@
          <A NAME="winrun"><H2>Running the RubyCalculator sample on Windows</H2></A>
          <A NAME="winbasic"><H3>RubyCalculator with basic client</H3></A>
          <OL>
+             <LI>Ensure you have enabled the Tuscany Ruby extension. Follow the instructions 
+                 found <A HREF="../../doc/RubyExtension.html#winbin">here</A>.
+             </LI>
              <LI>The following environment variables are required:                                 
                 <UL>
                   <LI>TUSCANY_SCACPP=&lt;path to installed Tuscany SCA&gt;</LI>                                      
@@ -201,6 +210,9 @@
          <OL>
              <LI>Ensure you have enabled Axis2C to run Tuscany SCA services. Follow the instructions 
                  found <A HREF="../../doc/Axis2CWSService.html">here</A>.
+             </LI>
+             <LI>Ensure you have enabled the Tuscany Ruby extension. Follow the instructions 
+                 found <A HREF="../../doc/RubyExtension.html#winbin">here</A>.
              </LI>
              <LI>Start the Axis2C simple http server:
                 <OL>



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org