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/trunk/site-publish/getting-source.html | 149 ++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 site/trunk/site-publish/getting-source.html (limited to 'site/trunk/site-publish/getting-source.html') diff --git a/site/trunk/site-publish/getting-source.html b/site/trunk/site-publish/getting-source.html new file mode 100644 index 0000000000..f0f433f0c4 --- /dev/null +++ b/site/trunk/site-publish/getting-source.html @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + Apache Tuscany : Getting Source + + + + + + + + + + + + + + + +
+ + + + +   + +
+ + +
+
+ + + + + + + + + +
+  Apache Tuscany > Home > SDO Overview > SDO Java > Delete This Page - Using SDO Java > Set up SDO Development Environment > Getting Source + + User List | Dev List | Issue Tracker   +
+ + + + + + + +
+ + +
+ +
+
+ + +
+ + + +
Apache Tuscany SDO Java - Getting Source
+ +

You have two options for obtaining SDO Java source code; you can either download a source code distribution, or you can extract the source code from our svn repository. Note that if you want to contribute to the development, then you'll need to take the latter approach, since creating patches depends on the svn environment.

+ +

Downloading a source distribution

+ +

You can download SDO Java source distributions (SDO API and Implementation), and either follow the instructions in the BUILDING.txt file to recreate the SDO Java binary distribution, or you can extract the archives and follow the instructions to establish a Maven or Eclipse development environment.

+ +

Extracting source code from SVN

+ +

If you want to contribute to SDO development you'll need to follow this approach to getting source code. First you'll need a subversion client installed on your machine. These instructions demonstrate the command line interface. If you choose to install a graphical client you should readily be able to map these instructions to the required interactions.

+
    +
  • Install your SVN client and ensure it is on your execution path
  • +
  • Create an empty local directory (referred to as <sdo-source-root> below)
  • +
  • execute the command: svn checkout https://svn.apache.org/repos/asf/tuscany/java/sdo/
  • +
  • if you get a message asking you whether you want to accept the server certificate, reply yes
  • +
+ + +

Now follow the instructions to establish a Maven or Eclipse development environment.

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