Ticket #173 (new defect)

Opened 9 months ago

Last modified 7 months ago

dsss build --doc always extracts Candydoc

Reported by: Anonymous Assigned to: Gregor
Priority: major Milestone:
Component: DSSS Version:
Keywords: dsss doc candydoc Cc:

Description

Using libstupid as an example, what I am trying to create is documentation. The documentation is created but is each time 'dsss build --doc' is run, it extracts CanDyDoc?, this overwrites the contents of 'dsss_docs/candydoc' directory. Therefore customizations made to 'dsss_docs/candydoc/style.css', etc are lost. Is it possible to prevent this?

D:\libstupid>dsss
DSSS version 0.73

D:\libstupid>dsss build --doc
Creating imports for DD-stupid
stupid => DD-stupid

+ bsdtar -xf D:\DSSS\dsss-0.73-dmd-win\share\dsss\candydoc.tar.gz
candydoc/candy.ddoc: Can't set permissions: Function not implemented
candydoc/CANDYDOC.txt: Can't set permissions: Function not implemented
candydoc/explorer.js: Can't set permissions: Function not implemented
candydoc/ie56hack.css: Can't set permissions: Function not implemented
candydoc/img/bg.gif: Can't set permissions: Function not implemented
candydoc/img/candydoc.gif: Can't set permissions: Function not implemented
candydoc/img/outline/alias.gif: Can't set permissions: Function not implemented
candydoc/img/outline/bg.gif: Can't set permissions: Function not implemented
candydoc/img/outline/class.gif: Can't set permissions: Function not implemented
candydoc/img/outline/enum.gif: Can't set permissions: Function not implemented
candydoc/img/outline/func.gif: Can't set permissions: Function not implemented
candydoc/img/outline/module.gif: Can't set permissions: Function not implemented
candydoc/img/outline/package.gif: Can't set permissions: Function not implemented
candydoc/img/outline/struct.gif: Can't set permissions: Function not implemented
candydoc/img/outline/template.gif: Can't set permissions: Function not implemented
candydoc/img/outline/var.gif: Can't set permissions: Function not implemented
candydoc/img/package/bg.gif: Can't set permissions: Function not implemented
candydoc/img/tree/shim.gif: Can't set permissions: Function not implemented
candydoc/img/tree/tb.gif: Can't set permissions: Function not implemented
candydoc/img/tree/tbr.gif: Can't set permissions: Function not implemented
candydoc/img/tree/tbrm.gif: Can't set permissions: Function not implemented
candydoc/img/tree/tbrp.gif: Can't set permissions: Function not implemented
candydoc/img/tree/tr.gif: Can't set permissions: Function not implemented
candydoc/img/tree/trm.gif: Can't set permissions: Function not implemented
candydoc/img/tree/trp.gif: Can't set permissions: Function not implemented
candydoc/modules.ddoc: Can't set permissions: Function not implemented
candydoc/style.css: Can't set permissions: Function not implemented
candydoc/tree.js: Can't set permissions: Function not implemented
candydoc/util.js: Can't set permissions: Function not implemented
+ D:\DSSS\dsss-0.73-dmd-win\bin\rebuild.exe -Idsss_imports\ -I. -S.\ -ID:\DSSS\dsss-0.73-dmd-win\include\d -SD:\DSSS\dsss-0.73-dmd-win\lib\ -ID:\DSSS\dsss-0.73-dmd-win\include\d -SD:\DSSS\dsss-0.73-dmd-win\lib -oqdsss_objs\D -full -Dqdsss_docs\stupid -candydoc -explicit -lib stupid\stupid.d -ofDD-stupid.lib
Digital Mars Librarian Version 8.02n
Copyright (C) Digital Mars 2000-2007 All Rights Reserved
http://www.digitalmars.com/ctg/lib.html[[BR]] Digital Mars Librarian complete.
DD-stupid.lib

main.d => adder
+ D:\DSSS\dsss-0.73-dmd-win\bin\rebuild.exe -Idsss_imports\ -I. -S.\ -ID:\DSSS\dsss-0.73-dmd-win\include\d -SD:\DSSS\dsss-0.73-dmd-win\lib\ -ID:\DSSS\dsss-0.73-dmd-win\include\d -SD:\DSSS\dsss-0.73-dmd-win\lib -oqdsss_objs\D main.d -ofadder D:\dmd\bin\..\..\dm\bin\link.exe dsss_objs\D\_main+dsss_objs\D\nmd_gcstats+dsss_objs\D\stupid-stupid,adderuser32+kernel32/noi+.\\+D:\DSSS\dsss-0.73-dmd-win\lib\\+D:\DSSS\dsss-0.73-dmd-win\lib\;

Change History

02/09/08 11:04:59 changed by doob

It would be even better if you could specify a directory where to find CanDyDoc? so you can have the same customizations on all you libraries