From ece4fd35da7b7fc76264776f81705e6b5b52d3e0 Mon Sep 17 00:00:00 2001 From: lresende Date: Wed, 11 Nov 2009 23:11:48 +0000 Subject: Moving 1.x branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@835140 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-1.x/branches/java-post-M1/BUILDING.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sca-java-1.x/branches/java-post-M1/BUILDING.txt (limited to 'sca-java-1.x/branches/java-post-M1/BUILDING.txt') 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. + -- cgit v1.2.3