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 r...@openoffice.org Tue Dec  1 11:38:09 +0000 
2009 -------
> idxcaption.xsl and idxcontent.xsl are needed in the context of
> creating the Lucene index, but they are not directly accessed
> by Lucene. Lucene just processes a set of files stripped down
> from the original help files using xslt. This is done in C++.

OK

> 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.

> The failing calls to xsltParse-
> StylesheetFile are done in HelpLinker.cxx / line 88 in the
> IndexerPreProcessor ctor. The Java problem probably is only a
> subsequent error.

That I guessed. :)

> As there is no change in transex3 from m5 to m6 the problem
> must be located somewhere else. In a m6 StarOffice I had no
> problem installing an extension containing help, but there
> of course the help path is the default one.

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...?

> 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.

No macro expansion involved :)

rengelh...@lxrengelhard:/usr/lib/openoffice/basis3.1/share/registry$ grep -r
\/help *
data/org/openoffice/Office/Paths.xcu:        <node oor:name="$(instpath)/help"
oor:op="fuse"/>
schema/org/openoffice/Office/Common.xcs:          
<value>$(instpath)/help</value>
schema/org/openoffice/Office/Common.xcs:          
<value>$(instpath)/help</value>

Those I change to /usr/share/openoffice/basisX.Y/help.

Works in 3.1.1

---------------------------------------------------------------------
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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to