summaryrefslogtreecommitdiffstats
path: root/sdo-java/trunk-cts/sdo2.1/BUILDING.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sdo-java/trunk-cts/sdo2.1/BUILDING.txt')
-rw-r--r--sdo-java/trunk-cts/sdo2.1/BUILDING.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/sdo-java/trunk-cts/sdo2.1/BUILDING.txt b/sdo-java/trunk-cts/sdo2.1/BUILDING.txt
new file mode 100644
index 0000000000..d80e5346a7
--- /dev/null
+++ b/sdo-java/trunk-cts/sdo2.1/BUILDING.txt
@@ -0,0 +1,22 @@
+Building the SDO 2.1 Community Test Suite
+=========================================================================
+
+
+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) Edit the pom.xml to enable a specific implementation to be tested (?)
+2) Execute: mvn
+
+
+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.