Bug #468
closed

Broken link in LibreOffice 4.2 SDK Java API Reference
40%
Description
No some interface pages so we have broken links. For example broken links to XCurrentContext page from UnoRuntime class page.
Updated by Alexey Kulentsov almost 11 years ago
It's about online version here: http://api.libreoffice.org/docs/java/ref/index.html
Updated by Christian Lohmaier almost 11 years ago
- Assignee set to Christian Lohmaier
Updated by Christian Lohmaier almost 11 years ago
- Status changed from New to In Progress
http://www.mail-archive.com/libreoffice%40lists.freedesktop.org/msg75847.html has instructions on how they are generated - will need to check whether current master resolves this.
Updated by Florian Effenberger over 10 years ago
- Due date set to 2014-10-25
Cloph will check whether that's still relevant for LibreOffice 4.4 and gives feedback until the above deadline
Updated by Christian Lohmaier over 10 years ago
problem is that paths are magled for idl stuff like instead of
docs/common/reg/com/sun/star/beans/PropertyVetoException.html as linked to within the html,
it gets created as
docs/idl/ref/exceptioncom_1_1sun_1_1star_1_1beans_1_1PropertyVetoException.html
So on the server, this can be dealt with with try-lines/aliases, but for actual offline use/sdk gereration of names needs to be fixed in the makefiles/doxygen..
Updated by Florian Effenberger over 10 years ago
- Due date changed from 2014-10-25 to 2014-11-23
Fixing on web server is easier, ETA ~2 weeks
Fixing in the makefile takes more work, ETA ~end of month
Updated by Florian Effenberger over 10 years ago
- Due date changed from 2014-11-23 to 2014-12-12
Updated by Florian Effenberger over 10 years ago
- Due date changed from 2014-12-12 to 2015-01-19
Updated by Florian Effenberger over 10 years ago
- Due date changed from 2015-01-19 to 2015-03-13
Assigning a deadline in time before your planned vacation on this
Updated by Florian Effenberger almost 10 years ago
- Status changed from In Progress to Closed