You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by re...@apache.org on 2022/04/28 12:56:40 UTC

svn commit: r1900361 - in /uima/site/trunk/uima-website: docs/dev-quick.html docs/documentation.html docs/news.html xdocs/dev-quick.xml xdocs/documentation.xml xdocs/news.xml

Author: rec
Date: Thu Apr 28 12:56:40 2022
New Revision: 1900361

URL: http://svn.apache.org/viewvc?rev=1900361&view=rev
Log:
Remove UIMA C++ content and put in into the README of the UIMACPP repo instead. Update links to point to the repo.

Modified:
    uima/site/trunk/uima-website/docs/dev-quick.html
    uima/site/trunk/uima-website/docs/documentation.html
    uima/site/trunk/uima-website/docs/news.html
    uima/site/trunk/uima-website/xdocs/dev-quick.xml
    uima/site/trunk/uima-website/xdocs/documentation.xml
    uima/site/trunk/uima-website/xdocs/news.xml

Modified: uima/site/trunk/uima-website/docs/dev-quick.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/dev-quick.html?rev=1900361&r1=1900360&r2=1900361&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/dev-quick.html (original)
+++ uima/site/trunk/uima-website/docs/dev-quick.html Thu Apr 28 12:56:40 2022
@@ -330,106 +330,6 @@ to your local maven repository, do the f
         </p>
       </td></tr>
     </table>
-                                        <div class="sectionTable">
-      <table class="sectionTable">
-        <tr><td>
-        <a name="Checkout and Build UIMA C++ SDK"><h1><img src="images/UIMA_4sq50tightCropSolid.png"/>&nbsp;Checkout and Build UIMA C++ SDK</h1></a>
-      </td></tr>
-      <tr><td>
-        <blockquote class="sectionBody">
-                                    <p>
-Checkout the source code as follows:
-<ul>
-<li><code>svn checkout https://svn.apache.org/repos/asf/uima/uimacpp/trunk /myWorkingCopyUimacpp</code></li>
-</ul>
-</p>
-                                                <p>
-UIMACPP runtime prerequisites are APR, ICU, Xerces-C, ActiveMQ-cpp,
-APR-Util and a JDK for building the JNI interface. The SDK also
-requires doxygen for building the documentation.
-</p>
-                                                <p>
-To build the SDK, all prerequisites need to be built from source. 
-Alternatively UIMACPP can be built and installed on a machine with all the prerequisites available in system directories. 
-In this case the prerequisites can be installed from binary distributions.
-</p>
-                                                      <table class="subsectionTable">
-        <tr><td>
-       
-       
-       
-          <a name="Building on Unix">
-            <h2>Building on Unix
-                        </h2>
-          </a>
-      </td></tr>
-      <tr><td>
-        <blockquote class="subsectionBody">
-                                    <p>
-To build and install on a machine with prerequisites available in system directories:
-</p>
-                                                <ul>
-<li><code>cd /myWorkingCopyUimacpp</code></li>
-<li><code>./configure --with-jdk=location_of_jni.h [other options]</code></li>
-<li><code>make</code></li>
-<li><code>make check</code></li>
-</ul>
-                                                <p>
-For a full SDK build,
-<ul>
-<li>
-<code>./configure --with-apr=loc_of_apr_install --with-icu=loc_of_icu_install --with-xerces=loc_of_xerces_install --with-activemq=loc_of_amq_install --with-apr-util=loc_of_apr-util_install</code>
-</li>
-<li><code>make install</code></li>
-<li><code>make sdk TARGETDIR="loc_of_sdk_tree [clean]"</code></li>
-</ul>
-</p>
-                                                <p>
-For a build of UIMACPP without UIMA-AS support, specify the option
-<code>--without-activemq</code>. The options <code>--with-activemq</code> and <code>--with-apr-util</code> can be left out.
-</p>
-                            </blockquote>
-        </td></tr>
-    </table>
-                                                      <table class="subsectionTable">
-        <tr><td>
-       
-       
-       
-          <a name="Building on Windows">
-            <h2>Building on Windows
-                        </h2>
-          </a>
-      </td></tr>
-      <tr><td>
-        <blockquote class="subsectionBody">
-                                    <p>
-To build an SDK all prerequisite components, APR, ICU, Xerces-C,
-ActiveMQ-cpp and APR-Util must first be built on the machine, and a
-JDK installed. The location of the dependencies must be set in
-environment variables APR_HOME, ICU_HOME, XERCES_HOME, ACTIVEMQ_HOME,
-APU_HOME and JAVA_INCLUDE.
-</p>
-                                                <ul>
-<li><code>cd /myWorkingCopyUimacpp</code></li>
-<li><code>winmake /build release (or debug)</code></li>
-<li><code>cd src\test</code></li>
-<li><code>devenv test.sln /build release</code></li>
-<li><code>fvt</code></li>
-<li><code>cd /myWorkingCopyUimacpp/docs</code></li>
-<li><code>builddocs</code></li>
-<li><code>buildsdk "target_dir [clean]"</code></li>
-</ul>
-                            </blockquote>
-        </td></tr>
-    </table>
-                                                <p>For more details on platform specific build issues and on the dependencies, see
-<a href="doc-uimacpp-build.html">UIMA C++ Building from source</a>.
-</p>
-                            </blockquote>
-        </p>
-      </td></tr>
-    </table>
                                   </td>
                 </tr>
                 <!-- FOOTER -->

Modified: uima/site/trunk/uima-website/docs/documentation.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/documentation.html?rev=1900361&r1=1900360&r2=1900361&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/documentation.html (original)
+++ uima/site/trunk/uima-website/docs/documentation.html Thu Apr 28 12:56:40 2022
@@ -435,7 +435,7 @@
                 faster response time, and to develop applications utilizing UIMA Flow Controllers,
                 CAS Multipliers and advanced error handling capability.</li>
 	<br />
-	<li><a href="doc-uimacpp-huh.html">Getting Started: UIMA C++ Framework</a><br />
+	<li><a href="https://github.com/apache/uima-uimacpp">Getting Started: UIMA C++ Framework</a><br />
 		For UIMA users who want to create UIMA compliant Analysis Engines from programs written in C++,
                 Perl, Python or Tcl.</li>
 

Modified: uima/site/trunk/uima-website/docs/news.html
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/news.html?rev=1900361&r1=1900360&r2=1900361&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/news.html (original)
+++ uima/site/trunk/uima-website/docs/news.html Thu Apr 28 12:56:40 2022
@@ -3441,7 +3441,7 @@ provides cluster management services to
           The UIMA C++ Framework enables creation of UIMA compliant Analysis Engines 
           from programs written in C++, Perl, Python and Tcl. These components can be
                                         developed and tested without any Java programming.
-                                        See a short introduction on <a href="doc-uimacpp-huh.html">Getting Started: UIMA C++ Framework</a>.
+                                        See a short introduction on <a href="https://github.com/apache/uima-uimacpp">Getting Started: UIMA C++ Framework</a>.
         </p>
                             </blockquote>
         </td></tr>
@@ -3644,7 +3644,7 @@ provides cluster management services to
       <tr><td>
         <blockquote class="subsectionBody">
                                     <p>We are pleased announce a UIMA workshop at the <a href="https://www.sfb441.uni-tuebingen.de/gldv2007/index.en.html">GLDV 2007 spring conference</a>
-        in beautiful <a href="https://www.tuebingen.de/en/1559.html">Tübingen</a>, Germany.  
+        in beautiful <a href="https://www.tuebingen.de/en/1559.html">T�bingen</a>, Germany.  
         Please see the <a href="gldv07.html">full announcement</a>
         for further details.
         </p>

Modified: uima/site/trunk/uima-website/xdocs/dev-quick.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/dev-quick.xml?rev=1900361&r1=1900360&r2=1900361&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/dev-quick.xml (original)
+++ uima/site/trunk/uima-website/xdocs/dev-quick.xml Thu Apr 28 12:56:40 2022
@@ -107,72 +107,5 @@ to your local maven repository, do the f
 </ul>
 </p>
 </section>
-
-<section name="Checkout and Build UIMA C++ SDK">
-<p>
-Checkout the source code as follows:
-<ul>
-<li><code>svn checkout https://svn.apache.org/repos/asf/uima/uimacpp/trunk /myWorkingCopyUimacpp</code></li>
-</ul>
-</p>
-<p>
-UIMACPP runtime prerequisites are APR, ICU, Xerces-C, ActiveMQ-cpp,
-APR-Util and a JDK for building the JNI interface. The SDK also
-requires doxygen for building the documentation.
-</p>
-<p>
-To build the SDK, all prerequisites need to be built from source. 
-Alternatively UIMACPP can be built and installed on a machine with all the prerequisites available in system directories. 
-In this case the prerequisites can be installed from binary distributions.
-</p>
-<subsection name="Building on Unix">
-<p>
-To build and install on a machine with prerequisites available in system directories:
-</p>
-<ul>
-<li><code>cd /myWorkingCopyUimacpp</code></li>
-<li><code>./configure --with-jdk=location_of_jni.h [other options]</code></li>
-<li><code>make</code></li>
-<li><code>make check</code></li>
-</ul>
-<p>
-For a full SDK build,
-<ul>
-<li>
-<code>./configure --with-apr=loc_of_apr_install --with-icu=loc_of_icu_install --with-xerces=loc_of_xerces_install --with-activemq=loc_of_amq_install --with-apr-util=loc_of_apr-util_install</code>
-</li>
-<li><code>make install</code></li>
-<li><code>make sdk TARGETDIR="loc_of_sdk_tree [clean]"</code></li>
-</ul>
-</p>
-<p>
-For a build of UIMACPP without UIMA-AS support, specify the option
-<code>--without-activemq</code>. The options <code>--with-activemq</code> and <code>--with-apr-util</code> can be left out.
-</p>
-</subsection>
-<subsection name="Building on Windows">
-<p>
-To build an SDK all prerequisite components, APR, ICU, Xerces-C,
-ActiveMQ-cpp and APR-Util must first be built on the machine, and a
-JDK installed. The location of the dependencies must be set in
-environment variables APR_HOME, ICU_HOME, XERCES_HOME, ACTIVEMQ_HOME,
-APU_HOME and JAVA_INCLUDE.
-</p>
-<ul>
-<li><code>cd /myWorkingCopyUimacpp</code></li>
-<li><code>winmake /build release (or debug)</code></li>
-<li><code>cd src\test</code></li>
-<li><code>devenv test.sln /build release</code></li>
-<li><code>fvt</code></li>
-<li><code>cd /myWorkingCopyUimacpp/docs</code></li>
-<li><code>builddocs</code></li>
-<li><code>buildsdk "target_dir [clean]"</code></li>
-</ul>
-</subsection>
-
-<p>For more details on platform specific build issues and on the dependencies, see
-<a href="doc-uimacpp-build.html">UIMA C++ Building from source</a>.
-</p>
-</section>
 </body>
 </document>

Modified: uima/site/trunk/uima-website/xdocs/documentation.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/documentation.xml?rev=1900361&r1=1900360&r2=1900361&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/documentation.xml (original)
+++ uima/site/trunk/uima-website/xdocs/documentation.xml Thu Apr 28 12:56:40 2022
@@ -174,7 +174,7 @@
                 faster response time, and to develop applications utilizing UIMA Flow Controllers,
                 CAS Multipliers and advanced error handling capability.</li>
 	<br></br>
-	<li><a href="doc-uimacpp-huh.html">Getting Started: UIMA C++ Framework</a><br></br>
+	<li><a href="https://github.com/apache/uima-uimacpp">Getting Started: UIMA C++ Framework</a><br></br>
 		For UIMA users who want to create UIMA compliant Analysis Engines from programs written in C++,
                 Perl, Python or Tcl.</li>
 

Modified: uima/site/trunk/uima-website/xdocs/news.xml
URL: http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/news.xml?rev=1900361&r1=1900360&r2=1900361&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/news.xml (original)
+++ uima/site/trunk/uima-website/xdocs/news.xml Thu Apr 28 12:56:40 2022
@@ -1874,7 +1874,7 @@ provides cluster management services to
           The UIMA C++ Framework enables creation of UIMA compliant Analysis Engines 
           from programs written in C++, Perl, Python and Tcl. These components can be
                                         developed and tested without any Java programming.
-                                        See a short introduction on <a href="doc-uimacpp-huh.html">Getting Started: UIMA C++ Framework</a>.
+                                        See a short introduction on <a href="https://github.com/apache/uima-uimacpp">Getting Started: UIMA C++ Framework</a>.
         </p>
       </subsection>
 
@@ -1960,7 +1960,7 @@ provides cluster management services to
       
       <subsection name='20 December 2006' date='20 December 2006' title='GLDV conference workshop (Germany)'>
         <p>We are pleased announce a UIMA workshop at the <a href="https://www.sfb441.uni-tuebingen.de/gldv2007/index.en.html">GLDV 2007 spring conference</a>
-        in beautiful <a href="https://www.tuebingen.de/en/1559.html">Tübingen</a>, Germany.  
+        in beautiful <a href="https://www.tuebingen.de/en/1559.html">T�bingen</a>, Germany.  
         Please see the <a href="gldv07.html">full announcement</a>
         for further details.
         </p>