[Bug 83132] New: htdig fails to build kdelibs-apidocs
Ferdy Nagy
ferdy.nagy at pobox.com
Thu Jun 10 12:59:48 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=83132
Summary: htdig fails to build kdelibs-apidocs
Product: kdevelop
Version: unspecified
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel kdevelop org
ReportedBy: ferdy.nagy pobox com
Version: 3.2 (using KDE KDE 3.2.3)
Installed from: Debian testing/unstable Packages
OS: Linux
Building the htdig db fails to search all the files for indexing.
The problem appears to be in doctreeview/htdigindex.cpp where it builds the 'htdig.conf' file and the 'files' file.
The limit_urls in the generated htdig.conf means that [most of] the files in 'files' are ignored because
the don't have 'file://' in the url!
My version of htdig is 3.2.0b5-1
>From kdevelop/parts/doctreeview/htdigindex.cpp [3.2] [HEAD] -
ProgressDialog::createConfig() [395] sets the limit_urls to file://
ProgressDialog::startHtDigProcess() [446] prefixes the filenames with http://localhost
It would be nice if, as well as generating the htdig.conf file an overridable one or a template could be used, i.e. copy from /usr/share/apps/kdevelop3/htdig.conf.templ if it existed...
More information about the KDevelop-devel
mailing list