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 2008/06/24 20:17:11 UTC

svn commit: r671283 - /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml

Author: schor
Date: Tue Jun 24 11:17:10 2008
New Revision: 671283

URL: http://svn.apache.org/viewvc?rev=671283&view=rev
Log:
no Jira - minor typo corrections to CVD warning messages about loading XCAS or XMI files.

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml?rev=671283&r1=671282&r2=671283&view=diff
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.cvd.xml Tue Jun 24 11:17:10 2008
@@ -375,8 +375,8 @@
        serializes a CAS without type system and index information. It is
        therefore impossible to read in a stand-alone XMI CAS file. XMI CAS
        files can only be interpreted in the context of an existing type
-       system. Consequently, you need to load the TAE that was used to
-       create the XCAS file to be able to load it.
+       system. Consequently, you need to first load the Analysis Engine that was used to
+       create the XMI file, to be able to load that XMI file.
       </para>
      </formalpara>
     </listitem>
@@ -399,9 +399,9 @@
        serializes a CAS without type system and index information. It is
        therefore impossible to read in a stand-alone XCAS file. XCAS
        files can only be interpreted in the context of an existing type
-       system. Consequently, you need to load the TAE that was used to
+       system. Consequently, you need to load the Analysis Engine that was used to
        create the XCAS file to be able to load it. Loading a XCAS file
-       without loading the TAE may produce strange errors. You may get
+       without loading the Analysis Engine may produce strange errors. You may get
        syntax errors on loading the XCAS file, or worse, everything may
        appear to go smoothly but in reality your CAS may be corrupted.
       </para>