To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=47836





------- Additional comments from [EMAIL PROTECTED] Mon Jun 27 02:23:43 -0700 
2005 -------
jl->ericb: As for the maxVersion entry in the javavendors.xml. This only has
effect when the  OtherInfo::compareVersions function is implemented which is
currently not the case.

Please do not add entries to the directory list in util.cxx which contain
versions, such as 
+    "opt/IBMJava2-142",
+    "opt/IBMJava2-ppc-142",
+    "usr/local/IBMJava2-142",
     "usr/local/IBMJava2-ppc-142",

I found that someone added 
     "usr/local/j2sdk1.3.1",
which is wrong and will be removed on the next occasion.

We removed directories, such as jdk1.4.2 etc., from OOo 1 to OOo2, because it is
hard to maintain these lists. 
The current implementation examines every directory contained in one of the
listed ones if it represents a JRE. That is, if there is a directory /usr/java,
then all subdirectories of /usr/java are invesigated. Investigated means that
one tries to find the java executable relative to that directory. Where the
executable resides relative to the installation directory of the respective JRE
is obtained from OtherInfo::getJavaExePaths(int * size). If you by any means
need names, such as IBMJava2-142" then put it into that function.

Although I can have a look on the code, that does not mean that the code works 
:)
Please find someone who can build and/or verify your code. 
Thanks for your efforts.






---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to