Author: antelder
Date: Wed Nov 1 07:36:20 2006
New Revision: 469935
URL: http://svn.apache.org/viewvc?view=rev&rev=469935
Log:
Corrections to the ruby sample readme
Modified:
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldRuby/readme.html
Modified:
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldRuby/readme.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldRuby/readme.html?view=diff&rev=469935&r1=469934&r2=469935
==============================================================================
---
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldRuby/readme.html
(original)
+++
incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldRuby/readme.html
Wed Nov 1 07:36:20 2006
@@ -34,7 +34,7 @@
<h4>Overview</h4>
- <p>The Tuscany Ruby Helloworld sample shows an SCA component implemented
using the Ruby scripting language.</p>
+ <p>This sample illustrates the use of an extension to support implementation
types other than Java. In this sample the component is implemented using a Ruby
script.</p>
<h4>Location</h4>
@@ -78,6 +78,11 @@
<p>After completion there should be a <span style=
"font-weight: bold;">target\distribution</span> subdirectory
created that has the Tuscany standalone runtime.</p>
+
+ <p>The Tuscany Ruby implementation requires the Ruby extension so you need
to copy this to the standalone launcher extensions directory:</p>
+ <pre>
+<code>copy target\distribution\contrib\ruby-1.0-incubator-M2.jar
target\distribution\extensions<br></code>
+</pre>
<h4>Running</h4>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]