You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/12/28 17:09:14 UTC

svn commit: r607277 - /incubator/tuscany/java/sca/samples/store/README

Author: lresende
Date: Fri Dec 28 08:09:09 2007
New Revision: 607277

URL: http://svn.apache.org/viewvc?rev=607277&view=rev
Log:
Adding basic contents to store/README, to include instructions to build and run using Ant script.

Modified:
    incubator/tuscany/java/sca/samples/store/README

Modified: incubator/tuscany/java/sca/samples/store/README
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/store/README?rev=607277&r1=607276&r2=607277&view=diff
==============================================================================
--- incubator/tuscany/java/sca/samples/store/README (original)
+++ incubator/tuscany/java/sca/samples/store/README Fri Dec 28 08:09:09 2007
@@ -1,5 +1,24 @@
 Store Sample
 ======================================
 
-See getting-started-1.0.pdf
+This is a sample store scenario that is used as a getting started guide
+for Tuscany SCA. For detailed information, please see :
 
+getting-started-1.0.pdf
+
+
+Building And Running The Sample Using Ant
+-----------------------------------------
+With the binary distribution the sample can be built using Ant as 
+follows
+
+cd store
+ant compile
+
+and then, to run 
+
+ant run
+
+Once the web app is deployed use your browser to visit the following URL;
+
+http://localhost:8080/store/store.html



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org