I didn't find any logs with "Looking" in it, here's the lines related to doxygen plugin:
104 Mar 6 21:36:24 deBoer Trac[__init__] DEBUG: Loading egg plugin doxygentrac from /home/tracroot/myproj/plugins/TracDoxygen-0.4-py2.4.egg 105 Mar 6 21:36:29 deBoer Trac[__init__] DEBUG: Updating wiki page index 106 Mar 6 21:36:31 deBoer Trac[__init__] DEBUG: Performing index(,None)" 107 Mar 6 21:36:31 deBoer Trac[__init__] DEBUG: Performing index(,None)" and here's related settings in trac.ini: 13 [logging] 14 log_file = /home/tracroot/myproj/trac.log 15 log_level = DEBUG 16 log_type = syslog 99 [doxygen] 100 path = /home/fishy/work/myproj 101 html_output = html trac 0.10.3 (from debian etch repository), DoxygenPlugin today downloaded from: http://trac-hacks.org/changeset/latest/doxygenplugin/0.10?old_path=/&filename=doxygenplugin/0.10&format=zip On 3/6/07, Christian Boos <[EMAIL PROTECTED]> wrote: > > fishy wrote: > > ... > > So I'm puzzled that is it just wrap a already generated doxygen doc > > into trac, or it can automatically generate doxygen doc from the svn > > repository? > > > > The former only. The latter would be definitely interesting, but would > be a somewhat longer term goal (patches welcomed ;-) ). > > > I have a Doxyfile in the root of my svn repository, and in it the > > OUTPUT_DIRECTORY is set to ".", so how do I configure doxygen plugin > > to get the docs? I've tried the following ways but always get a blank > > page: > > > ... > > 2. in trac.ini, set path to the directory to a working copy that > > apache have read permission (/home/fishy/work/myproj), and set > > html_output to "html", and I've already generated html doc there. > > > > If you have: > OUTPUT_DIRECTORY = . > HTML_OUTPUT = html > in your Doxyfile, and you did run doxygen in your ~/work/myproj > directory, then the following settings should work: > > [doxygen] > path = /home/fishy/work/myproj > html_output = html > > Otherwise, set the log level to DEBUG and search for the "Looking up..." > lines and what follows them. > > -- Christian > > > > -- regards, fishy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
