You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ri...@apache.org on 2006/05/18 14:42:20 UTC

svn commit: r407539 - /incubator/tuscany/java/BUILDING.txt

Author: rineholt
Date: Thu May 18 05:42:19 2006
New Revision: 407539

URL: http://svn.apache.org/viewvc?rev=407539&view=rev
Log:
better ?

Modified:
    incubator/tuscany/java/BUILDING.txt

Modified: incubator/tuscany/java/BUILDING.txt
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/BUILDING.txt?rev=407539&r1=407538&r2=407539&view=diff
==============================================================================
--- incubator/tuscany/java/BUILDING.txt (original)
+++ incubator/tuscany/java/BUILDING.txt Thu May 18 05:42:19 2006
@@ -11,15 +11,15 @@
 Set the env variable MVN_HOME to point at your Maven installation.
 Add $MVN_HOME/bin to your path.
 
-3) Install Ant:
-Download Ant 1.6.5 (download from http://ant.apache.org/bindownload.cgi).
-Set the env variable ANT_HOME to point at your Ant installation.
-Add $ANT_HOME/bin to your path.
 
 
 Building
 --------
 
-1) Make sure you are in the tuscany/java directory
-2) mvn
+1) Change to the top level directory of the Tuscany Java project (tuscany/java) or at top level of your source distribution.
+2) Execute: mvn
+
+Note: Depending on the load of remote Mavan 2.0 repositories you may have to execute mvn several time until required
+      dependencies are all located in your local maven repository.  After you have completed a full successful build you 
+      can use "mvn -o" which is much faster.