summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/java-M1-final/java/BUILDING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-1.x/tags/java-M1-final/java/BUILDING.txt')
-rw-r--r--sca-java-1.x/tags/java-M1-final/java/BUILDING.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/sca-java-1.x/tags/java-M1-final/java/BUILDING.txt b/sca-java-1.x/tags/java-M1-final/java/BUILDING.txt
new file mode 100644
index 0000000000..ac539de783
--- /dev/null
+++ b/sca-java-1.x/tags/java-M1-final/java/BUILDING.txt
@@ -0,0 +1,23 @@
+Building tuscany/java
+=====================
+
+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.
+