Julien Sobrier wrote:

Hello,
when I create a documentation with the NDoc GUI, I need 2 types of files:
* the assemblies
* the XML files created by the compiler for each assembly

Then I associate each assembly with its XML file in the GUI and generate the doc.

I now try to do the same thing with Nant.

I looked at the Nant online help and the <ndoc> example. It shows how to reference the assembly to document, but it doesn't they anything about these XML files. How can I map the XML files to the assemblies in Nant?

The NAnt ndoc task assumes the xml file is in the same directory as its associated assembly. Is this not the case for your project ?

Ian



-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to