You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by sl...@apache.org on 2010/05/28 08:42:08 UTC

svn commit: r949114 - /tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/calculator-scaclient/README

Author: slaws
Date: Fri May 28 06:42:08 2010
New Revision: 949114

URL: http://svn.apache.org/viewvc?rev=949114&view=rev
Log:
TUSCANY-3573 Add a bit more info to the README

Modified:
    tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/calculator-scaclient/README

Modified: tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/calculator-scaclient/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/calculator-scaclient/README?rev=949114&r1=949113&r2=949114&view=diff
==============================================================================
--- tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/calculator-scaclient/README (original)
+++ tuscany/sca-java-2.x/branches/sca-java-2.0-M5/samples/calculator-scaclient/README Fri May 28 06:42:08 2010
@@ -1,7 +1,13 @@
 To run an application that uses the SCA client API to send messages to the 
 Calculator service running in the domain do the following
 
-start one of the Calculator based contributions
+First start one of the Calculator based contributions. For example,
+
+cd samples/binding-sca/contribution-calculator
+follow the instructions in the README there
+
+Then run the the SCA client by doing the following:
+
 cd samples/calculator-scaclient
 mvn exec:java