From 985245708805c0973ad1c9b4c7ae20915d6ebcba Mon Sep 17 00:00:00 2001 From: kelvingoodson Date: Fri, 21 May 2010 16:16:36 +0000 Subject: 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 --- sca-java-2.x/trunk/samples/launcher-command-line/README | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'sca-java-2.x/trunk/samples/launcher-command-line') 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 -- cgit v1.2.3