summaryrefslogtreecommitdiffstats
path: root/sandbox/sebastien/java/dynamic/distribution/all/src/main/release/launcher/README
diff options
context:
space:
mode:
authorjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-07-19 02:50:53 +0000
committerjsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68>2010-07-19 02:50:53 +0000
commitf59fca36e7538cafbd6032003c7b06d64862a2bf (patch)
treee5b1222e40a7abc8b945195df39ab97c5eb5729c /sandbox/sebastien/java/dynamic/distribution/all/src/main/release/launcher/README
parent1a8707aa6ad5e22117a9f17e88322a6ee824aa44 (diff)
Branch to experiment with dynamic component interfaces and implementations.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@965346 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/sebastien/java/dynamic/distribution/all/src/main/release/launcher/README')
-rw-r--r--sandbox/sebastien/java/dynamic/distribution/all/src/main/release/launcher/README42
1 files changed, 42 insertions, 0 deletions
diff --git a/sandbox/sebastien/java/dynamic/distribution/all/src/main/release/launcher/README b/sandbox/sebastien/java/dynamic/distribution/all/src/main/release/launcher/README
new file mode 100644
index 0000000000..d651dfdeb7
--- /dev/null
+++ b/sandbox/sebastien/java/dynamic/distribution/all/src/main/release/launcher/README
@@ -0,0 +1,42 @@
+The bin folder contains bat and shell scripts to help with using Tuscany.
+You can use the "tuscany.bat" script to start a standalone runtime and
+deploy your SCA contributions.
+
+For example, change to the implementation-java-calculator sample included
+in the Tuscany distribution and enter the following command:
+
+..\..\bin\tuscany.bat target\implementation-java-calculator.jar
+
+The script also supports things such as using a Java remote debugger,
+for help enter use the "/?" parameter, eg:
+
+..\..\bin\tuscany.bat /?
+
+To simplify the use of the script add the absolute file path of the bin
+folder to your environment path:
+
+set PATH=%PATH%;\Tuscany\tuscany-sca-2.0-M4\bin
+
+and that enables running the script by just "tuscany", for example, in the
+implementation-java-calculator sample again you can enter:
+
+tuscany target\implementation-java-calculator.jar
+
+Tuscany developers may find it useful to add the script from their SVN checkout
+development build to their environment so as to start runtimes using their local
+trunk build, for example:
+
+set PATH=%PATH%;\Tuscany\SVN\trunk\distribution\all\target\apache-tuscany-sca-all-2.0-SNAPSHOT-dir\tuscany-sca-2.0-SNAPSHOT\bin
+
+
+
+
+
+
+
+
+
+
+
+
+