summaryrefslogtreecommitdiffstats
path: root/sdo-java/branches/sdo-java-M2/sdo-api/BUILDING.txt
blob: 1b5cc248800aef761fa9d01492d4681d8f574ad9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Building the SDO Java Specification Project from the 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/java_sdo_overview.html)

Initial Setup
-------------

1) Install J2SE JDK 1.4.2 or above
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 SDO Java Spec project (sdo-api) of this source distribution.
2) Execute: mvn
This will build an artefact in your local maven repository that the SDO implementation can use. 

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 is much faster.