From 23e82977b36b7feb8a54e42de890fa90fd819bb2 Mon Sep 17 00:00:00 2001 From: nash Date: Wed, 29 Sep 2010 21:48:06 +0000 Subject: Add instructions for building the tutorial git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1002862 13f79535-47bb-0310-9956-ffa450edef68 --- .../branches/sca-java-1.6.1/tutorials/store/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'sca-java-1.x/branches/sca-java-1.6.1/tutorials') 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 -- cgit v1.2.3