You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2007/02/13 17:31:03 UTC

svn commit: r507080 - in /incubator/uima/uimaj/trunk/uima-docbooks/src: docbook/overview_and_setup/project_overview.xml olink/overview_and_setup/htmlsingle-target.db olink/overview_and_setup/pdf-target.db

Author: schor
Date: Tue Feb 13 08:31:02 2007
New Revision: 507080

URL: http://svn.apache.org/viewvc?view=rev&rev=507080
Log:
UIMA-180 minor clarifications to "what's new" information.

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db
    incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml?view=diff&rev=507080&r1=507079&r2=507080
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/overview_and_setup/project_overview.xml Tue Feb 13 08:31:02 2007
@@ -450,14 +450,21 @@
   
   <section id="ugr.project_overview_changes_from_previous">
       <title>Changes from Previous Versions</title>
+    <para>
+      There are two previous version of UIMA, available from IBM's alphaWorks: version 1.4.4 and version 2.0
+      (the 2.0 version was a "beta" only release).  This section describes the changes
+      relative to both of these releases.  A migration utility is provided which updates 
+      your Java code and descriptors as needed for this release. 
+      See <xref linkend="ugr.project_overview_migrating_from_ibm_uima"/> for 
+      instructions on how to run the migration utility.
+    </para>
 
     <section id="ugr.project_overview_changes_from_2_0">
     <title>Changes from IBM UIMA 2.0 to Apache UIMA 2.1</title>
     
-    <para>This section describes what has changed between version 2.0 and version 2.1 of UIMA.
-      A migration utility is provided which will make the required updates to your Java code and
-      descriptors.  See <xref linkend="ugr.project_overview_migrating_from_ibm_uima"/> for 
-      instructions on how to run the migration utility.</para>
+    <para>This section describes what has changed between version 2.0 and version 2.1 of UIMA;
+      the following section describes the differences between version 1.4 and version 2.1.
+      </para>
     
       <section id="ugr.project_overview.migration_utility.java_package_name_changes">
         <title>Java Package Name Changes</title>
@@ -757,10 +764,11 @@
     
      
     <section id="ugr.project_overview_rare_migration">
-      <title>Rare Cases Where Additional Manual Migration is Necessary</title>
+      <title>Manual Migration</title>
       <para>The following are rare cases where you may need to take additional steps to migrate your code.  You need only 
         read this section if the migration tool reported a warning or if you are having trouble getting your code to 
-        compile or run after running the migration.</para>
+        compile or run after running the migration.  For most users, attention to these things will not
+        be required.</para>
       
       <section id="ugr.project_overview.manual_migration_needed.xiinclude">
         <title>xi:include</title>
@@ -780,6 +788,7 @@
       </section>
       <section id="ugr.project_overview.manual_migration_needed.undocumented_methods">
         <title>Use of Undocumented Methods from the com.ibm.uima.util package</title>
+        <titleabbrev>Undocumented Methods</titleabbrev>
         <para>Previous UIMA versions has some methods in the <literal>com.ibm.uima.util</literal> package that
           were for internal use and were not documented in the JavaDoc. (There are also many methods in that package
           which are documented, and there is no issue with using these.) It is not recommended that you use any of the
@@ -789,6 +798,7 @@
       </section>
       <section id="ugr.project_overview.manual_migration_needed.uima_package_names_in_user_code">
         <title>Use of UIMA Package Names for User Code</title>
+        <titleabbrev>Package Names</titleabbrev>
         <para>If you have placed your own classes in a package that has exactly the same name as one of the UIMA packages
           (not recommended), this will cause problems when your run the migration script. Since the script replaces
           UIMA package names, all of your imports that refer to your class will get replaced and your code will no
@@ -802,6 +812,7 @@
       </section>
       <section id="ugr.project_overview.manual_migration_needed.exceptions_extend_uima_exceptions">
         <title>CASException and CASRuntimeException now extend UIMA(Runtime)Exception</title>
+        <titleabbrev>Changes to CAS Exceptions</titleabbrev>
         <para>
           This change may affect user code to a small extent, as some of the APIs on 
           <literal>CASException</literal> and <literal>CASRuntimeException</literal> no longer exist.

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db?view=diff&rev=507080&r1=507079&r2=507080
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/htmlsingle-target.db Tue Feb 13 08:31:02 2007
@@ -223,8 +223,8 @@
             </div>
          </div>
          <div element="section" href="#ugr.project_overview_rare_migration" number="1.4.2" targetptr="ugr.project_overview_rare_migration">
-            <ttl>Rare Cases Where Additional Manual Migration is Necessary</ttl>
-            <xreftext>Section 1.4.2, “Rare Cases Where Additional Manual Migration is Necessary”</xreftext>
+            <ttl>Manual Migration</ttl>
+            <xreftext>Section 1.4.2, “Manual Migration”</xreftext>
             <div element="section" href="#ugr.project_overview.manual_migration_needed.xiinclude" number="1.4.2.1" targetptr="ugr.project_overview.manual_migration_needed.xiinclude">
                <ttl>xi:include</ttl>
                <xreftext>Section 1.4.2.1, “xi:include”</xreftext>
@@ -235,15 +235,15 @@
             </div>
             <div element="section" href="#ugr.project_overview.manual_migration_needed.undocumented_methods" number="1.4.2.3" targetptr="ugr.project_overview.manual_migration_needed.undocumented_methods">
                <ttl>Use of Undocumented Methods from the com.ibm.uima.util package</ttl>
-               <xreftext>Section 1.4.2.3, “Use of Undocumented Methods from the com.ibm.uima.util package”</xreftext>
+               <xreftext>Section 1.4.2.3, “Undocumented Methods”</xreftext>
             </div>
             <div element="section" href="#ugr.project_overview.manual_migration_needed.uima_package_names_in_user_code" number="1.4.2.4" targetptr="ugr.project_overview.manual_migration_needed.uima_package_names_in_user_code">
                <ttl>Use of UIMA Package Names for User Code</ttl>
-               <xreftext>Section 1.4.2.4, “Use of UIMA Package Names for User Code”</xreftext>
+               <xreftext>Section 1.4.2.4, “Package Names”</xreftext>
             </div>
             <div element="section" href="#ugr.project_overview.manual_migration_needed.exceptions_extend_uima_exceptions" number="1.4.2.5" targetptr="ugr.project_overview.manual_migration_needed.exceptions_extend_uima_exceptions">
                <ttl>CASException and CASRuntimeException now extend UIMA(Runtime)Exception</ttl>
-               <xreftext>Section 1.4.2.5, “CASException and CASRuntimeException now extend UIMA(Runtime)Exception”</xreftext>
+               <xreftext>Section 1.4.2.5, “Changes to CAS Exceptions”</xreftext>
             </div>
          </div>
       </div>
@@ -401,7 +401,7 @@
          <div element="section" href="#ugr.ovv.eclipse_setup.install_emf" number="3.1.2" targetptr="ugr.ovv.eclipse_setup.install_emf">
             <ttl>Install additional Eclipse component: EMF</ttl>
             <xreftext>Section 3.1.2, “Install additional Eclipse component: EMF”</xreftext>
-            <div element="section" href="#d0e2008" number="3.1.2.1">
+            <div element="section" href="#d0e2016" number="3.1.2.1">
                <ttl>EMF Installation Shortcut for Eclipse 3.2</ttl>
                <xreftext>Section 3.1.2.1, “EMF Installation Shortcut for Eclipse 3.2”</xreftext>
             </div>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db?view=diff&rev=507080&r1=507079&r2=507080
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/olink/overview_and_setup/pdf-target.db Tue Feb 13 08:31:02 2007
@@ -223,8 +223,8 @@
             </div>
          </div>
          <div element="section" href="#ugr.project_overview_rare_migration" number="1.4.2" targetptr="ugr.project_overview_rare_migration">
-            <ttl>Rare Cases Where Additional Manual Migration is Necessary</ttl>
-            <xreftext>Section 1.4.2, “Rare Cases Where Additional Manual Migration is Necessary”</xreftext>
+            <ttl>Manual Migration</ttl>
+            <xreftext>Section 1.4.2, “Manual Migration”</xreftext>
             <div element="section" href="#ugr.project_overview.manual_migration_needed.xiinclude" number="1.4.2.1" targetptr="ugr.project_overview.manual_migration_needed.xiinclude">
                <ttl>xi:include</ttl>
                <xreftext>Section 1.4.2.1, “xi:include”</xreftext>
@@ -235,15 +235,15 @@
             </div>
             <div element="section" href="#ugr.project_overview.manual_migration_needed.undocumented_methods" number="1.4.2.3" targetptr="ugr.project_overview.manual_migration_needed.undocumented_methods">
                <ttl>Use of Undocumented Methods from the com.ibm.uima.util package</ttl>
-               <xreftext>Section 1.4.2.3, “Use of Undocumented Methods from the com.ibm.uima.util package”</xreftext>
+               <xreftext>Section 1.4.2.3, “Undocumented Methods”</xreftext>
             </div>
             <div element="section" href="#ugr.project_overview.manual_migration_needed.uima_package_names_in_user_code" number="1.4.2.4" targetptr="ugr.project_overview.manual_migration_needed.uima_package_names_in_user_code">
                <ttl>Use of UIMA Package Names for User Code</ttl>
-               <xreftext>Section 1.4.2.4, “Use of UIMA Package Names for User Code”</xreftext>
+               <xreftext>Section 1.4.2.4, “Package Names”</xreftext>
             </div>
             <div element="section" href="#ugr.project_overview.manual_migration_needed.exceptions_extend_uima_exceptions" number="1.4.2.5" targetptr="ugr.project_overview.manual_migration_needed.exceptions_extend_uima_exceptions">
                <ttl>CASException and CASRuntimeException now extend UIMA(Runtime)Exception</ttl>
-               <xreftext>Section 1.4.2.5, “CASException and CASRuntimeException now extend UIMA(Runtime)Exception”</xreftext>
+               <xreftext>Section 1.4.2.5, “Changes to CAS Exceptions”</xreftext>
             </div>
          </div>
       </div>
@@ -401,7 +401,7 @@
          <div element="section" href="#ugr.ovv.eclipse_setup.install_emf" number="3.1.2" targetptr="ugr.ovv.eclipse_setup.install_emf">
             <ttl>Install additional Eclipse component: EMF</ttl>
             <xreftext>Section 3.1.2, “Install additional Eclipse component: EMF”</xreftext>
-            <div element="section" href="#d0e2008" number="3.1.2.1">
+            <div element="section" href="#d0e2016" number="3.1.2.1">
                <ttl>EMF Installation Shortcut for Eclipse 3.2</ttl>
                <xreftext>Section 3.1.2.1, “EMF Installation Shortcut for Eclipse 3.2”</xreftext>
             </div>