You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ke...@apache.org on 2010/05/21 18:16:37 UTC

svn commit: r947058 - /tuscany/sca-java-2.x/trunk/samples/launcher-command-line/README

Author: kelvingoodson
Date: Fri May 21 16:16:36 2010
New Revision: 947058

URL: http://svn.apache.org/viewvc?rev=947058&view=rev
Log:
TUSCANY-3563 first stab at a generic README for command line invocation

Modified:
    tuscany/sca-java-2.x/trunk/samples/launcher-command-line/README

Modified: tuscany/sca-java-2.x/trunk/samples/launcher-command-line/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/launcher-command-line/README?rev=947058&r1=947057&r2=947058&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/launcher-command-line/README (original)
+++ tuscany/sca-java-2.x/trunk/samples/launcher-command-line/README Fri May 21 16:16:36 2010
@@ -1,6 +1,13 @@
-TODO
+To execute a sample contribution from the command line
 
-There is no code here. 
-Instruct the user to do
+on Windows, from a command prompt in the samples directory, run the command ...
 
-> whatever_the_command_is contributionname
+..\bin\tuscany.bat "contribution-name"
+
+for example
+
+..\bin\tuscany.bat contribution-binding-sca-calculator
+
+or on *nix platforms, from a shell prompt in the samples direcotry, run the command ...
+
+../bin/tuscany.sh contribution-binding-sca-calculator