diff options
Diffstat (limited to 'sca-java-1.x/trunk/tutorials/store')
-rw-r--r-- | sca-java-1.x/trunk/tutorials/store/README | 17 |
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 |