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/07/17 22:00:39 UTC

svn commit: r557040 - in /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references: ref.jcas.xml ref.pear.xml ref.xml.cpe_descriptor.xml

Author: schor
Date: Tue Jul 17 13:00:38 2007
New Revision: 557040

URL: http://svn.apache.org/viewvc?view=rev&rev=557040
Log:
no Jira - fix 3 lines that were too long for PDF output

Modified:
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.pear.xml
    incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.cpe_descriptor.xml

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml?view=diff&rev=557040&r1=557039&r2=557040
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.jcas.xml Tue Jul 17 13:00:38 2007
@@ -512,7 +512,7 @@
         other JCas (or CAS) objects. For instance, if you had 2 other CAS views (myView1 and
         myView2), in which you wanted to index myInstance, you could write:</para>
       
-      <programlisting>myInstance.addToIndexes();  // index in the JCas used with the new operator
+      <programlisting>myInstance.addToIndexes(); //addToIndexes used with the new operator
 myView1.addFsToIndexes(myInstance); // index myInstance in myView1
 myView2.addFsToIndexes(myInstance); // index myInstance in myView2</programlisting>
       

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.pear.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.pear.xml?view=diff&rev=557040&r1=557039&r2=557040
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.pear.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.pear.xml Tue Jul 17 13:00:38 2007
@@ -597,8 +597,9 @@
     annotatorProperties.setProperty("sysProperty1", "value1");</programlisting>
   	    
   	    To create a complete PEAR package in one step call:
-  	    <programlisting>PackageCreator.generatePearPackage(componentID, mainComponentDesc,
-   classpath, datapath, mainComponentRoot, targetDir, annotatorProperties);</programlisting>
+  	    <programlisting>PackageCreator.generatePearPackage(
+   componentID, mainComponentDesc, classpath, datapath, 
+   mainComponentRoot, targetDir, annotatorProperties);</programlisting>
         The created PEAR package has the file name &lt;componentID>.pear and is located in the &lt;targetDir>.
         </para>      
         <para>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.cpe_descriptor.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.cpe_descriptor.xml?view=diff&rev=557040&r1=557039&r2=557040
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.cpe_descriptor.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/references/ref.xml.cpe_descriptor.xml Tue Jul 17 13:00:38 2007
@@ -645,12 +645,14 @@
             
             
             <programlisting>java -DVNS_HOST=localhost -DVNS_PORT=9099 
-  org.apache.uima.reference_impl.analysis_engine.service.vinci.VinciAnalysisEngineService_impl 
+  org.apache.uima.reference_impl.analysis_engine.service.vinci.\\
+              VinciAnalysisEngineService_impl 
   C:uimadescdeployCasProcessor.xml</programlisting></para>
           
           <para>The first argument specifies that the Vinci Naming Service is running on the
             <literal>localhost</literal>. The second argument specifies that the Vinci
             Naming Service port number is <literal>9099</literal>. The third argument
+            (split over 2 lines in this documentation) 
             identifies the UIMA implementation of the Vinci service wrapper. This class
             contains the <literal>main</literal> method that will execute. That main
             method in turn takes a single argument &ndash; the filename for the CAS Processor