You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by na...@apache.org on 2010/10/26 13:48:27 UTC

svn commit: r1027485 - /tuscany/sca-java-1.x/trunk/tutorials/store/README

Author: nash
Date: Tue Oct 26 11:48:27 2010
New Revision: 1027485

URL: http://svn.apache.org/viewvc?rev=1027485&view=rev
Log:
Merge r1002862 Add instructions for building the tutorial

Modified:
    tuscany/sca-java-1.x/trunk/tutorials/store/README

Modified: tuscany/sca-java-1.x/trunk/tutorials/store/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/trunk/tutorials/store/README?rev=1027485&r1=1027484&r2=1027485&view=diff
==============================================================================
--- tuscany/sca-java-1.x/trunk/tutorials/store/README (original)
+++ tuscany/sca-java-1.x/trunk/tutorials/store/README Tue Oct 26 11:48:27 2010
@@ -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