summaryrefslogtreecommitdiffstats
path: root/sdo-java/tags/1.1.1-RC2/BUILDING
diff options
context:
space:
mode:
Diffstat (limited to 'sdo-java/tags/1.1.1-RC2/BUILDING')
-rw-r--r--sdo-java/tags/1.1.1-RC2/BUILDING26
1 files changed, 26 insertions, 0 deletions
diff --git a/sdo-java/tags/1.1.1-RC2/BUILDING b/sdo-java/tags/1.1.1-RC2/BUILDING
new file mode 100644
index 0000000000..71b5b5a878
--- /dev/null
+++ b/sdo-java/tags/1.1.1-RC2/BUILDING
@@ -0,0 +1,26 @@
+Note, these instructions are for building the SDO binary release from
+source, not for establishing a development environment. If you wish to
+participate in sdo development please visit the Apache Tuscany web site
+as deatiled in the accompanying README file.
+
+
+Initial Setup
+-------------
+
+1) Install J2SE JDK 1.4.2 or above
+2) Install Maven: Download Maven 2.0.9 (download from http://maven.apache.org/download.html) Follow the maven instructions for
+configuring the JAVA_HOME environment variable, and ensuring that the "mvn" command is on your execution PATH.
+
+Building
+--------
+
+1) Open a command window/shell and change to the top level directory of the Tuscany SDO Java source distribution.
+3) If using JDK 5, execute: mvn
+ If using JDK 1.4.* execute mvn -Pjava_1_4_maven
+ This will install the sdo implementation and tools jars in your local maven repository
+4) If you wish to rebuild the Tuscany SDO Java binary distribution change directory to "distribution" and run mvn
+ This will create archives of the binary and source distributions in the target subdirectory of the distribution directory
+
+Note: Depending on the load being experienced by remote Maven 2.0 repositories you may have to execute mvn several
+ times 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 builds without trying to access updated build dependencies (offline mode) and is much faster.