[Lxr-dev] [ lxr-Bugs-837424 ] Tweaks for cleaner out-of-box setup
Brought to you by:
ajlittoz
From: SourceForge.net <no...@so...> - 2004-07-12 12:52:35
|
Bugs item #837424, was opened at 2003-11-06 18:48 Message generated for change (Comment added) made by mbox You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=837424&group_id=27350 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Tweaks for cleaner out-of-box setup Initial Comment: I finally got LXR running on my system, after getting all the prerequisite software installed (apache, a recent perl, mod_perl, the right compilers so I could build a mod_perl which matches my binary apache and perl installations, mysql, DBI, DBD, ctags.) LXR itself actually wasn't too hard to get going (using files, not CVS), although I did have to tweak a couple things relative to the lxr-0.9.2 distribution: Fix syntax in initdb-mysql (from current CVS). Remove redundant code from html-ident.html: --- html-ident.html.orig 2003-09-25 16:23:19.250145370 -0500 +++ html-ident.html 2003-10-23 14:08:06.178594590 -0500 @@ -21,11 +21,3 @@ <td>$fileref</td><td>$type</td><td>$rel</td> </tr>} </table> - -<p> -<table> -<tr><td colspan='2'><b>References:</b></td></tr> -$uses{<tr> - <td width='30'> &nbsp; </td><td>$fileref</td> -</tr>} -</table> Print a clean error message in the search script, since I don't have freetext searching enabled: --- search.orig 2003-09-25 16:23:19.078751407 -0500 +++ search 2003-10-23 14:13:15.238335665 -0500 @@ -166,6 +166,9 @@ elsif ($config->swishsearch and $config->swishdir) { swishsearch($searchtext); } + else { + warning("No freetext search engine configured."); + } } } Now I just need to tie LXR in to my company's internal source- control system.... Thanks for a great indexing system! ---------------------------------------------------------------------- >Comment By: Malcolm Box (mbox) Date: 2004-07-12 13:52 Message: Logged In: YES user_id=215386 Thanks for the tidy-ups. These have now been incorporated in CVS. Good luck with integrating with the SCM system - which one are you looking at? We're always interested in extensions for alternative SCM systems. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=390117&aid=837424&group_id=27350 |