summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/contrib/samples/launcher-embedded-jse-spec/README
diff options
context:
space:
mode:
authorslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-07-16 12:56:02 +0000
committerslaws <slaws@13f79535-47bb-0310-9956-ffa450edef68>2010-07-16 12:56:02 +0000
commit5878bdc48bc30684446bc5819bfdc8687ff7124d (patch)
tree6b45414c2a4500a56597b670f76b9f4c12757bf7 /sca-java-2.x/trunk/contrib/samples/launcher-embedded-jse-spec/README
parent7245142a270d73a73e7a6a1c36299c47f7b366c9 (diff)
working toward a version of the launcher that uses the contribution handling apis from the spec
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@964789 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-2.x/trunk/contrib/samples/launcher-embedded-jse-spec/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/sca-java-2.x/trunk/contrib/samples/launcher-embedded-jse-spec/README b/sca-java-2.x/trunk/contrib/samples/launcher-embedded-jse-spec/README
new file mode 100644
index 0000000000..7108333efa
--- /dev/null
+++ b/sca-java-2.x/trunk/contrib/samples/launcher-embedded-jse-spec/README
@@ -0,0 +1,20 @@
+JSE Sample Launcher
+===================
+
+This directory contains a sample java launcher for the
+tuscany sample contributions.
+
+The README file in the <distribution-unpack-dir>/samples directory provides
+general instructions about building and running sample contributions using the
+tuscany sample launchers ( where distribution-unpack-dir is the directory in which you
+unpacked the tuscany binary distribution archive)
+
+To use this sample JSE launcher with ant excute the command
+
+ant run-<contributionname>
+
+where run-<contributionname> is one of the targets in the build.xml file
+
+To use this sample launcher to run all of the contributions as junit test cases,
+execute the command "mvn" in the launcher directory.
+