To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107283
------- Additional comments from [email protected] Tue Dec 1 14:33:42 +0000 2009 ------- > > For the extension case the code in transex3 is used. The path > > addressing the xsl files is calculated there using the help > > base path $OOO_BASE_DIR/help. > bad. Indeed, the configuration path should be used. Unfortunately HelpLinker.cxx has been moved from xmlhelp to transex3 which is a tooling project trying to avoid any dependency to other libs as far as possible. It doesn't even use UNO, so acces- sing the configuration is a problem. I will check this. > I would have bet m5 worked, but maybe either only by chance or because it was > a en-US only build and m6 with all languages...? The xsl files are placed in .../help and that's also the root for the language folders, e.g. .../help/en. So the problem should not depend on languages. > So what exactly are the appropriate path changes you've mentio- > ned above? I think the fastest way to reproduce the problem > would be to patch my m6 StarOffice to behave in a similar way > and check if something goes wrong with the macro expansion. > data/org/openoffice/Office/Paths.xcu: <node oor:name="$(instpath)/help" > Those I change to /usr/share/openoffice/basisX.Y/help. > Works in 3.1.1 That's what really surprises me. The feature has been introdu- ced for OOo 3.1 (i83626 "Support full text search in extension help", http://www.openoffice.org/issues/show_bug.cgi?id=83626) and, although placed in xmlhelp first, HelpLinker.cxx has al- ways used this wrong way of getting the help path. So maybe only the Java crash is new? If I remember correctly your distribution does not depend on Lucene. Without Lucene the problem would only become visible if you tried to search content within the extension's help. The search will always fail then. Or are you sure that the "xsltParseStylesheetFile : cannot parse" error did not show up before? To make sure we don't have a general Java problem here, could you check if everything works correctly if you place the help at $OOO_BASE_DIR/help and then install the extension? --------------------------------------------------------------------- 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]
