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/09/29 23:48:06 UTC

svn commit: r1002862 - /tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/README

Author: nash
Date: Wed Sep 29 21:48:06 2010
New Revision: 1002862

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

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

Modified: tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/README
URL: http://svn.apache.org/viewvc/tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/README?rev=1002862&r1=1002861&r2=1002862&view=diff
==============================================================================
--- tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/README (original)
+++ tuscany/sca-java-1.x/branches/sca-java-1.6.1/tutorials/store/README Wed Sep 29 21:48:06 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