summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20060730-mvnbased/src/site/xdoc/projectc++.xml
diff options
context:
space:
mode:
Diffstat (limited to 'site/branches/site-20060730-mvnbased/src/site/xdoc/projectc++.xml')
-rw-r--r--site/branches/site-20060730-mvnbased/src/site/xdoc/projectc++.xml83
1 files changed, 83 insertions, 0 deletions
diff --git a/site/branches/site-20060730-mvnbased/src/site/xdoc/projectc++.xml b/site/branches/site-20060730-mvnbased/src/site/xdoc/projectc++.xml
new file mode 100644
index 0000000000..1712818e2d
--- /dev/null
+++ b/site/branches/site-20060730-mvnbased/src/site/xdoc/projectc++.xml
@@ -0,0 +1,83 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<document url="projectc++.xml">
+
+ <properties>
+
+ <author email="slattery@uk.ibm.com">Edward Slattery</author>
+
+ <title>Apache Tuscany - project Development Instructions for C++ Projects</title>
+ </properties>
+
+ <body>
+
+ <section name="Tuscany C++ Project">
+ <p>
+ The main Tuscany project repository is located at https://svn.apache.org/repos/asf/incubator/tuscany
+. You can use SVN to check out the entire project, and you will get both the java and C++ repositories.
+Alternatively you can check out just the cpp directory at
+https://svn.apache.org/repos/asf/incubator/tuscany/cpp, to get the SCA and SDO implementations for
+C++. </p>
+
+ <section name="Building Apache Tuscany for C++">
+ <p>You can find detailed instructions on how to configure the C++ runtime and tools in the
+ <a href="http://svn.apache.org/repos/asf/incubator/tuscany/cpp/build.txt">build.txt</a> file.</p>
+ <p>You can find instructions on how to build the SCA C++ runtime here:
+ <a href="http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/INSTALL">INSTALL</a>.</p>
+ <p>You can find instructions on how to build the SDO C++ runtime here:
+ <a href="http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sdo/INSTALL">INSTALL</a>.</p>
+ </section>
+
+ <p>The current status of the SCA project is held in this <a href="http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/readme.txt ">readme.txt</a>.</p>
+
+ </section>
+
+ <section name="System Requirements">
+ <p>In order to run the Tuscany C++ runtimes there are some minimum system requirements</p>
+ <table style="text-align: left; width: 100%;" border="1"
+ cellpadding="2" cellspacing="2">
+ <tbody>
+ <tr>
+ <td>Operating System</td>
+ <td>
+ <ul>
+ <li>Windows XP SP2</li>
+ <li>Linux: Red Hat Fedora Core </li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>Other components</td>
+ <td>
+ <ul>
+ <li><a href="http://ws.apache.org/axis/">
+ Apache Axis (C++) 1.5
+ </a></li>
+ <li><a href="http://xml.apache.org/xerces-c/">
+ Xerces C++ XML Parser 2.2
+ </a>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </section>
+
+</body>
+
+</document>