From bdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a Mon Sep 17 00:00:00 2001 From: dims Date: Tue, 17 Jun 2008 00:23:01 +0000 Subject: Move Tuscany from Incubator to top level. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68 --- branches/sdo-1.1-incubating/BUILDING | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 branches/sdo-1.1-incubating/BUILDING (limited to 'branches/sdo-1.1-incubating/BUILDING') diff --git a/branches/sdo-1.1-incubating/BUILDING b/branches/sdo-1.1-incubating/BUILDING new file mode 100644 index 0000000000..ff5e3a29f9 --- /dev/null +++ b/branches/sdo-1.1-incubating/BUILDING @@ -0,0 +1,34 @@ +Building the SDO Release from a Source Distribution +=================================================== + + +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, follow the instructions at +http://incubator.apache.org/tuscany/developing-sdo-java.html + + +Initial Setup +------------- + +1) Install J2SE JDK 1.4.2 or above +2) Install Maven: Download Maven 2.0.7 (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) If you have chosen to install a JDK at version 5 then all will be fine, but there is one value add component in the + Tuscany SDO implementation which relies on new JDK 5.0 features. If you do not wish to use JDK 5 for the following + build step, then you will need to do mvn -Pjava_1_4_maven, as this profile option excludes the JDK5 dependent features. +2) In a command window/shell, change to the top level directory of the Tuscany SDO Java source distribution. +3) Execute: mvn + 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 dstribution 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. + + -- cgit v1.2.3