summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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