Rebuild 0.4 released

Gregor Richards Richards at codu.org
Fri Feb 9 10:26:03 PST 2007


David Ferenczi wrote:
> Gregor Richards wrote:
> 
> 
>>Fixed some issues with timestamps (Re Bradley Smith).
>>
>>http://www.dsource.org/projects/dsss/wiki/Rebuild
>>
>>  - Gregor Richards
>>
>>(Ah, the young project, with the fast release cycle)
> 
> 
> Thank you for the great tool, it works much better than bud.
> 
> The only thing I couldn't get to work is the documentation generation with
> candydoc. 
> 
> The command
> 
> -------------8<---------------------------------------
> dmd <list_of_my_source_files>
>     -Dd<path_to_my_documentation>
>     <path_to_my_documentation>/candydoc/candy.ddoc
>     <path_to_my_documentation>/candydoc/modules.ddoc
> -------------8<---------------------------------------
> 
> generates source documentation with candydoc, but the command
> 
> -------------8<---------------------------------------
> rebuild <my_entry_point_source_file>
>     -Dd<path_to_my_documentation>
>     <path_to_my_documentation>/candydoc/candy.ddoc
>     <path_to_my_documentation>/candydoc/modules.ddoc
> -------------8<---------------------------------------
> 
> generates the source documentation without candydoc. Presumably the extra
> parameters for candydoc are neglected.
> 
> 
> Regards,
> David
> 
> 

You are correct, those parameters (anything named .ddoc, actually) end 
up ignored. I'm fixing this in subversion, the next release should not 
have that issue.

Thanks for the bug report :)

  - Gregor Richards



More information about the Digitalmars-d-announce mailing list