Glenn,

        It is likely that you are not requesting that the c# compiler
produce the xml documentation files.  For each assembly (i.e. x.dll)
there should be a companion xml file (i.e. x.xml) that contains the
extracted xml documentation.  This xml file is used as input by NDoc.
If you are using the <solution> task to build your assemblies then you
should check the project setting for each of your projects.  Make sure
that under "Configuration Properties", "Build", "XML Documentation File"
you have entered an xml file name for both your debug and release
builds.  Often, you'll find that only one build config (i.e. debug) has
been set, and when the NAnt script builds the other config (i.e.
release), it doesn't appear to work.  I also recommend keeping this file
name exactly the same as you dll except for the extension.  If you are
using the <csc> task, make sure you have set the "doc" attribute.

- Tom


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to