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 11:15:51 UTC

svn commit: r540078 - in /incubator/tuscany/java: BUILDING BUILDING.txt README.txt

Author: antelder
Date: Mon May 21 02:15:50 2007
New Revision: 540078

URL: http://svn.apache.org/viewvc?view=rev&rev=540078
Log:
Remove old M1 building and readme docs and and a new BUILDING file

Added:
    incubator/tuscany/java/BUILDING
Removed:
    incubator/tuscany/java/BUILDING.txt
    incubator/tuscany/java/README.txt

Added: incubator/tuscany/java/BUILDING
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/BUILDING?view=auto&rev=540078
==============================================================================
--- incubator/tuscany/java/BUILDING (added)
+++ incubator/tuscany/java/BUILDING Mon May 21 02:15:50 2007
@@ -0,0 +1,29 @@
+Building tuscany/java
+=====================
+
+The top-level tuscany/java folder includes all the Tuscany Java sub-projects.
+These may be built all together in one go with Maven in the top-level 
+folder, alternatively the sub-projects may also be built individually by 
+running Maven only in the individual sub-project folders, for example,
+in tuscany/java/sca. 
+
+Initial Setup
+-------------
+
+1) Install J2SE 5.0 SDK (1.5.0_06-b05 works)
+
+2) Install Maven:
+Download Maven 2.0.4 (download from http://maven.apache.org/download.html).
+
+
+Building
+--------
+
+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.
+



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