To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=94759 Issue #|94759 Summary|regcomp ignores -classpath Component|udk Version|OOO300m9 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|kr Reported by|pmladek
------- Additional comments from [EMAIL PROTECTED] Tue Oct 7 21:01:12 +0000 2008 ------- I rather explain the whole background. We are playing with split OOo build. It means that we build some modules, for example ure, separately. We build the rest against the libraries and headers that are already instlled on the system. We have problems to register the java components, for example agenda.jar, using the already installed URE. It means that we are using the already installed regcomp and jvmfwk3rc. agenda.jar needs unoil.jar in the CLASSPATH but I am not able to pass it to the regcomp. It ignores the CLASSPATH environmnet variable and also the -classpath option. I have temporary solved it by a hack in jvmfwk/source/fwkutil.hxx, see the attached path. It allows to replace the jvmfwk3rc from the system by another one that is similar to the one that is in solver during the non-slit build installation. Is it correct that regcomp -classpath is ignored? Do we really need a special jvmfwk3rc when the basic java components are registered? --------------------------------------------------------------------- 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]
