diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-24 16:37:41 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-24 16:37:41 +0000 |
commit | 15163ea2fd41b74b0e0a9fdb4b9746999e388e65 (patch) | |
tree | 0e660c9c537e74e024160a8f41fb16e33d9a1f48 /sca-java-2.x/trunk/samples/dosgi-calculator/README | |
parent | bf36835770a2cc5cf68ff21593fa01915fe1c2c3 (diff) |
TUSCANY-3563 add readme to binding.rmi top level dir and fix launcher and osgi sample READMEs
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947708 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | sca-java-2.x/trunk/samples/dosgi-calculator/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/samples/dosgi-calculator/README b/sca-java-2.x/trunk/samples/dosgi-calculator/README index d8aa13497a..03267b97e3 100644 --- a/sca-java-2.x/trunk/samples/dosgi-calculator/README +++ b/sca-java-2.x/trunk/samples/dosgi-calculator/README @@ -2,10 +2,12 @@ Distributed OSGi Calculator Sample ==================================
This sample implements a distributed calculator using Distributed OSGi (RFC 119) over SCA.
-The README in the samples directory (the directory above this) provides
-general instructions about building and running samples. Take a look there
-first.
-
+The README in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running samples. ( where
+distribution-unpack-dir is the directory in which you unpacked the tuscany
+binary distribution archive). Take a look there
+first, noting that this is not a new style sample.
+
On Windows, run
java -jar ..\..\modules\osgi-3.5.0-v20090520.jar -configuration ..\..\features\configuration -clean -console
|