Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 2498 invoked from network); 19 Oct 2006 11:34:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Oct 2006 11:34:11 -0000 Received: (qmail 7196 invoked by uid 500); 19 Oct 2006 11:34:11 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 7178 invoked by uid 500); 19 Oct 2006 11:34:11 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 7169 invoked by uid 99); 19 Oct 2006 11:34:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 04:34:11 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Oct 2006 04:34:07 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 6CC9F1A981A; Thu, 19 Oct 2006 04:33:47 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r465581 - in /incubator/tuscany/cpp/sca/doc: PythonExtension.html RubyExtension.html Date: Thu, 19 Oct 2006 11:33:47 -0000 To: tuscany-commits@ws.apache.org From: ajborley@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061019113347.6CC9F1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: ajborley Date: Thu Oct 19 04:33:46 2006 New Revision: 465581 URL: http://svn.apache.org/viewvc?view=rev&rev=465581 Log: Minor doc improvements - make sure people know they need the python/ruby libraries on their PATH Modified: incubator/tuscany/cpp/sca/doc/PythonExtension.html incubator/tuscany/cpp/sca/doc/RubyExtension.html Modified: incubator/tuscany/cpp/sca/doc/PythonExtension.html URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/PythonExtension.html?view=diff&rev=465581&r1=465580&r2=465581 ============================================================================== --- incubator/tuscany/cpp/sca/doc/PythonExtension.html (original) +++ incubator/tuscany/cpp/sca/doc/PythonExtension.html Thu Oct 19 04:33:46 2006 @@ -99,9 +99,7 @@

Installing the Tuscany SCA Python Extension

Getting the Tuscany SCA Python Extension working with the binary release on Linux

    -
  1. Extract the binary tar package to a folder
  2. -
  3. Set the TUSCANY_SCACPP environment variable to point to the directory that was just extracted
  4. -
  5. Add the <tuscany_sca_install_dir>/lib directory to the LD_LIBRARY_PATH environment variable
  6. +
  7. Ensure the Python libraries are available on the PATH environment variable
  8. Add the <tuscany_sca_install_dir>/extensions/python/lib directory to the PYTHONPATH environment variable
  9. Use the following command sequence to enable the extension:
      @@ -141,9 +139,7 @@

      Getting the Tuscany SCA Python Extension working with the binary release on Windows

        -
      1. Unzip the supplied zip file to a folder
      2. -
      3. Set the TUSCANY_SCACPP environment variable to point to the directory that was just unzipped
      4. -
      5. Add the <tuscany_sca_install_dir>\bin directory to the PATH environment variable
      6. +
      7. Ensure the Python libraries are available on the PATH environment variable
      8. Add the <tuscany_sca_install_dir>\extensions\python\bin directory to the PYTHONPATH environment variable
      9. Use the following command sequence to enable the extension:
          Modified: incubator/tuscany/cpp/sca/doc/RubyExtension.html URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/RubyExtension.html?view=diff&rev=465581&r1=465580&r2=465581 ============================================================================== --- incubator/tuscany/cpp/sca/doc/RubyExtension.html (original) +++ incubator/tuscany/cpp/sca/doc/RubyExtension.html Thu Oct 19 04:33:46 2006 @@ -99,12 +99,10 @@

          Installing the Tuscany SCA Ruby Extension

          Getting the Tuscany SCA Ruby Extension working with the binary release on Linux

            -
          1. Extract the binary tar package to a folder
          2. -
          3. Set the TUSCANY_SCACPP environment variable to point to the directory that was just extracted
          4. -
          5. Add the <tuscany_sca_install_dir>/lib directory to the LD_LIBRARY_PATH environment variable
          6. +
          7. Ensure the Ruby libraries are available on the PATH environment variable
          8. Use the following command sequence to enable the extension:
              -
            • cd <tuscany_sca_install_dir>/extensions/python
            • +
            • cd <tuscany_sca_install_dir>/extensions/ruby
            • ./deploy.sh
          9. @@ -140,9 +138,7 @@

            Getting the Tuscany SCA Ruby Extension working with the binary release on Windows

              -
            1. Unzip the supplied zip file to a folder
            2. -
            3. Set the TUSCANY_SCACPP environment variable to point to the directory that was just unzipped
            4. -
            5. Add the <tuscany_sca_install_dir>\bin directory to the PATH environment variable
            6. +
            7. Ensure the Ruby libraries are available on the PATH environment variable
            8. Use the following command sequence to enable the extension:
              • cd <tuscany_sca_install_dir>\extensions\ruby
              • --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org