diff options
author | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-21 16:22:22 +0000 |
---|---|---|
committer | kelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68> | 2010-05-21 16:22:22 +0000 |
commit | 91f7ccf56164d1352ee532e50f61c56c637664d0 (patch) | |
tree | 4738c7db98565a94b6652a77527c5a298ca6f954 /sca-java-2.x/trunk/samples/README | |
parent | 985245708805c0973ad1c9b4c7ae20915d6ebcba (diff) |
TUSCANY-3563 tweak the base README to reference the generic launcher readmes
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@947062 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/README')
-rw-r--r-- | sca-java-2.x/trunk/samples/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sca-java-2.x/trunk/samples/README b/sca-java-2.x/trunk/samples/README index e6b7f25a98..d7b0f1eb5d 100644 --- a/sca-java-2.x/trunk/samples/README +++ b/sca-java-2.x/trunk/samples/README @@ -32,10 +32,12 @@ Running the New Style samples To run a new style sample there are 3 basic steps -1) build the contribution: using either mvn, ant or your IDE +1) build the contribution: using either the command "mvn", "ant run" or your usual steps to build a + module in your IDE 2) unit test the contribution: if you used mvn or ant in step 1 then you will already have done this; if you used an IDE follow your usual steps to run the unit test in the contribution's module -3) launch the contribution: go to one of the launcher* subdirectoris of the samples root directory= command line (JSE or OSGi), embedded (JSE or OSGi), SCAClient or Eclipse launcher +3) launch the contribution: go to one of the launcher* subdirectories of the samples root directory + and follow the instructions there to use a launcher to launch your chosen contribution [1] http://tuscany.apache.org/documentation-2x/ @@ -73,9 +75,6 @@ Launchers launcher-eclipse - I what's this? Just embedded-jse with eclipse project files provided? Do we need this? - - - 1/ Use local SCAClient 2/ Use remote SCAClient and distributed domain 3/ Use interoperable binding |