summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/sca-java-1.6.1/tutorials
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 21:48:06 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-09-29 21:48:06 +0000
commit23e82977b36b7feb8a54e42de890fa90fd819bb2 (patch)
treecad08aa85324d6dd9d360105d168857478e29102 /sca-java-1.x/branches/sca-java-1.6.1/tutorials
parent3be86de6b3c159dcb3aa287a3f93e79f9d3afa0a (diff)
Add instructions for building the tutorial
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002862 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tutorials')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/README b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/README
index 0e335cfcdc..b53d97a298 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/README
+++ b/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/README
@@ -309,3 +309,20 @@ see our online guides at:
http://tuscany.apache.org/sca-java-getting-started-guides-1x.html
+
+Building the Store Tutorial Using Ant
+-------------------------------------
+With the binary distribution the complete store tutorial can be built using Ant
+as follows:
+
+cd store
+ant compile
+
+
+Building the Store Tutorial Using Maven
+---------------------------------------
+With either the binary or source distribution the complete store tutorial can
+be built using Maven as follows:
+
+cd store
+mvn