You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by dk...@apache.org on 2006/05/16 16:48:59 UTC

svn commit: r406960 - /incubator/tuscany/java/samples/sca/helloworldwsclient/readme.htm

Author: dkulp
Date: Tue May 16 07:48:58 2006
New Revision: 406960

URL: http://svn.apache.org/viewcvs?rev=406960&view=rev
Log:
Mention that celtix can also be used for the helloworldwsclient sample just by modifying the classpath.



Modified:
    incubator/tuscany/java/samples/sca/helloworldwsclient/readme.htm

Modified: incubator/tuscany/java/samples/sca/helloworldwsclient/readme.htm
URL: http://svn.apache.org/viewcvs/incubator/tuscany/java/samples/sca/helloworldwsclient/readme.htm?rev=406960&r1=406959&r2=406960&view=diff
==============================================================================
--- incubator/tuscany/java/samples/sca/helloworldwsclient/readme.htm (original)
+++ incubator/tuscany/java/samples/sca/helloworldwsclient/readme.htm Tue May 16 07:48:58 2006
@@ -32,6 +32,8 @@
     <pre>Linux: java -cp ../../../lib/tuscany-runtime-incubating-M1.jar:../../../lib/axis2/tuscany-axis2-incubating-M1.jar:target/sample-helloworldwsclient-incubating-M1.jar helloworld.HelloWorldClient</pre>
     <pre>Windows: java -cp ../../../lib/tuscany-runtime-incubating-M1.jar;../../../lib/axis2/tuscany-axis2-incubating-M1.jar;target/sample-helloworldwsclient-incubating-M1.jar helloworld.HelloWorldClient</pre>
 
+    <b>Note: </b> In the above classpaths, you can replace axis2/tuscany-axis2-incubating-M1.jar with celtix/tuscany-celtix-incubating-M1.jar to use Celtix as the underlying webservices implementation.
+
 <h3>Results</h3>
 <p>The sample when run should simply display to the standard
 output:<br> <code>Hello World</code></p>