You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2007/05/21 13:41:40 UTC

svn commit: r540124 - /incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING

Author: antelder
Date: Mon May 21 04:41:39 2007
New Revision: 540124

URL: http://svn.apache.org/viewvc?view=rev&rev=540124
Log:
Add how to build the distributions to the BUILDING file

Modified:
    incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING

Modified: incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING?view=diff&rev=540124&r1=540123&r2=540124
==============================================================================
--- incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING (original)
+++ incubator/tuscany/java/sca/distribution/src/main/release/src/BUILDING Mon May 21 04:41:39 2007
@@ -22,7 +22,7 @@
 1) Change to the top level directory of Apache Tuscany source distribution.
 2) Run
 
-	$> mvn.
+	$> mvn
 
    This will compile Apache Tuscany and run all of the tests in the source
    distribution. 
@@ -33,4 +33,16 @@
    maven to download required dependencies in the first build. Once all the 
    dependencies have been downloaded you may use the -o option to run maven
    in offline mode, for example, 'mvn clean install -o'.
+
+
+Building the distributions
+--------------------------
+
+1) Change to the distributions folder
+2) Run
+
+	$> mvn
+
+   This will build the binary and source distribution with .zip and .gz 
+   formats in the distribution/target directory.
 



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