summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/launcher-command-line
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 16:16:36 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-05-21 16:16:36 +0000
commit985245708805c0973ad1c9b4c7ae20915d6ebcba (patch)
tree994766e1e5e0a1d4d6f2d96de53eb8b76c0ecd5f /sca-java-2.x/trunk/samples/launcher-command-line
parent76c89fe52efd60d515ea1f6705b355f85db9d213 (diff)
TUSCANY-3563 first stab at a generic README for command line invocation
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947058 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/launcher-command-line')
-rw-r--r--sca-java-2.x/trunk/samples/launcher-command-line/README15
1 files changed, 11 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/samples/launcher-command-line/README b/sca-java-2.x/trunk/samples/launcher-command-line/README
index 465bba078e..f0d4f76be5 100644
--- a/sca-java-2.x/trunk/samples/launcher-command-line/README
+++ b/sca-java-2.x/trunk/samples/launcher-command-line/README
@@ -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