From 200a40b332420f94992eb39a6d0ea1cf1490ffc4 Mon Sep 17 00:00:00 2001 From: coreyg Date: Fri, 21 Nov 2014 09:30:19 +0000 Subject: Adding tuscany's website to their svn repo for svnpubsub git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1640879 13f79535-47bb-0310-9956-ffa450edef68 --- .../site-publish/obtaining-the-sdo-21-cts.html | 185 +++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 site/trunk/site-publish/obtaining-the-sdo-21-cts.html (limited to 'site/trunk/site-publish/obtaining-the-sdo-21-cts.html') diff --git a/site/trunk/site-publish/obtaining-the-sdo-21-cts.html b/site/trunk/site-publish/obtaining-the-sdo-21-cts.html new file mode 100644 index 0000000000..46f2117d3a --- /dev/null +++ b/site/trunk/site-publish/obtaining-the-sdo-21-cts.html @@ -0,0 +1,185 @@ + + + + + + + + + + + + + + + Apache Tuscany : Obtaining the SDO 2.1 CTS + + + + + + + + + + + + + + + +
+ + + + +   + +
+ + +
+
+ + + + + + + + + +
+  Apache Tuscany > Home > SDO Overview > SDO CTS > Obtaining the SDO 2.1 CTS + + User List | Dev List | Issue Tracker   +
+ + + + + + + +
+ + +
+ +
+
+

+ + + + + + +
+ + +

Obtaining and using the CTS

+ +

Currently the SDO CTS is only available in source form from the subversion repository. You will need the following:

+ + + +

The code can be down loaded from the subversion repository using :

+
+
+svn co http://svn.apache.org/repos/asf/tuscany/sdo-java/trunk-cts/
+
+
+ +

The SDO CTS project currently contains two sub-projects:

+
    +
  • cts/sdo2.1 contains the acutal test cases
  • +
  • cts/sdo2.1-tuscany executes the test cases against the current Tuscany Implementation
  • +
+ + +

To build the CST and run it against the Tuscany implementation all you need do is:

+
+
+me@mine:~$ cd cts
+me@mine:~/cts$  mvn
+
+
+ +

If you would like to execute the SDO CTS against a different implementation then you will need to provide a helper class. For more info on this see the Contributing section.

+
+
+
+
+ + +
+ + + + + + website stats + + + + + + -- cgit v1.2.3