On 12/5/06, Adam Lally (JIRA) <[email protected]> wrote:
PEAR Installer prints warning messages on startup
-------------------------------------------------
Key: UIMA-101
URL: http://issues.apache.org/jira/browse/UIMA-101
Project: UIMA
Issue Type: Bug
Components: Tools
Reporter: Adam Lally
Fix For: 2.1
When I start the PEAR installer I get the following messages:
C:/Program Files/apache-uima/lib/uima_tools.jar not found
C:/Program Files/apache-uima/docs/pear/piHelp.html not found
The former needs to be uima-tools.jar, but is this even needed at all? It
was used to find CVD, but CVD is now in the same jar as pear installer.
As for the latter, did we lose the help file?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
Yes, we lost the help file for the PEAR Installer.
Regarding the error message you get: pear_tools.jar is specified in the
pi.properties file. You can modify it to something else, but this will not
help in all cases. We need to modify the InstallPear code to look for the
CVD class rather then for a JAR file.
-- Lev