summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/branches/java-post-M1/BUILDING.txt
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:11:48 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2009-11-11 23:11:48 +0000
commitece4fd35da7b7fc76264776f81705e6b5b52d3e0 (patch)
tree962794e2a2b1ab91a02c41e4927a527cade83959 /sca-java-1.x/branches/java-post-M1/BUILDING.txt
parent76e9f96ca7f494088fe3af5a46ad0d153e961008 (diff)
Moving 1.x branches
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835140 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-1.x/branches/java-post-M1/BUILDING.txt')
-rw-r--r--sca-java-1.x/branches/java-post-M1/BUILDING.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/sca-java-1.x/branches/java-post-M1/BUILDING.txt b/sca-java-1.x/branches/java-post-M1/BUILDING.txt
new file mode 100644
index 0000000000..ac539de783
--- /dev/null
+++ b/sca-java-1.x/branches/java-post-M1/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.
+