You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by mb...@apache.org on 2007/07/12 16:06:16 UTC

svn commit: r555632 - in /incubator/uima/uimaj/trunk/uima-docbooks/src/docbook: references/ref.pear.xml tools/tools.pear.installer.xml

Author: mbaessler
Date: Thu Jul 12 07:06:15 2007
New Revision: 555632

URL: http://svn.apache.org/viewvc?view=rev&rev=555632
Log:
UIMA-496

update PEAR documentation with the information that the old PEAR content is removed before
the new content is installed.

JIRA ticket https://issues.apache.org/jira/browse/UIMA-496

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

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=555632&r1=555631&r2=555632
==============================================================================
--- 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 Thu Jul 12 07:06:15 2007
@@ -628,6 +628,10 @@
     datapath and the system property settings of the PEAR package to verify the PEAR content. Necessary Java library 
     path settings for native libararies, PATH variable settings or system environment variables cannot be recognized 
     automatically and the use must take care of that manually.</para>
+
+    <note><para>By default the PEAR packages are not installed directly to the specified installation directory. For each PEAR
+    a subdirectory with the name of the PEAR's ID is created where the PEAR package is installed to. If the PEAR installation 
+    directory already exists, the old content is automatically deleted before the new content is installed.</para></note>
       
     <section id="ugr.ref.pear.installing_pear_using_API">
       <title>Installing a PEAR file using the PEAR APIs</title>

Modified: incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.pear.installer.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.pear.installer.xml?view=diff&rev=555632&r1=555631&r2=555632
==============================================================================
--- incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.pear.installer.xml (original)
+++ incubator/uima/uimaj/trunk/uima-docbooks/src/docbook/tools/tools.pear.installer.xml Thu Jul 12 07:06:15 2007
@@ -55,7 +55,12 @@
   <para>PEAR Installer is a simple GUI based Java application that helps installing UIMA
     compliant components (analysis engines) from PEAR packages in a local file system. To
     install a desired UIMA component the user needs to select the appropriate PEAR file in a
-    local file system and specify the installation directory (optional). During the
+    local file system and specify the installation directory (optional). If no installation
+    directory is specified, the PEAR file is installed to the current working directory. 
+	By default the PEAR packages are not installed directly to the specified installation directory. 
+	For each PEAR a subdirectory with the name of the PEAR's ID is created where the PEAR package is 
+	installed to. If the PEAR installation directory already exists, the old content is automatically 
+	deleted before the new content is installed. During the
     component installation the user can read messages printed by the installation program in
     the message area of the application window. If the installation fails, appropriate error
     message is printed to help identifying and fixing the problem.</para>