summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/tutorials
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 11:48:27 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 11:48:27 +0000
commit81c8015c4598faa12f25fc38b8c36e15c4bdbdf0 (patch)
tree21df97151f174e82e64274e265aa358a74ee581f /sca-java-1.x/trunk/tutorials
parentf3321b142b08f9fa3d3ee37cea8ed3ae1f4c4d44 (diff)
Merge r1002862 Add instructions for building the tutorial
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027485 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/trunk/tutorials')
-rw-r--r--sca-java-1.x/trunk/tutorials/store/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/sca-java-1.x/trunk/tutorials/store/README b/sca-java-1.x/trunk/tutorials/store/README
index 0e335cfcdc..b53d97a298 100644
--- a/sca-java-1.x/trunk/tutorials/store/README
+++ b/sca-java-1.x/trunk/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