Hi Colin,

If you're using NAnt 0.85 RC2, then you can use the nested <referencepaths>
element to have Ndoc search additional directories.

Eg. 

<ndoc ...>
        <assemblies>
                ...
        </assemblies>
        <referencepaths basedir="assemblies">
                <include name="dir1" />
                <include name="dir2" />
        </referencepaths>
</ndoc>

Hope this helps,

Gert

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Swoogan
> Sent: donderdag 24 februari 2005 22:41
> To: nant-users@lists.sourceforge.net
> Subject: [Nant-users] NDoc task and including assemblies.
> 
> Hello, I'm having a little trouble with the ndoc task.  When 
> I run it I 
> get the following error:
> 
>             
> D:\BuildServer\BWIDesktop\src\BuildServer\BWIDesktop.build(23,6):
>             Error building documentation.
>                 One or more required assemblies could not be located :
>                    Xheo.Windows.Forms, Version=1.0.1291.16527, 
> Culture=neutral,
> PublicKeyToken=ba5cf9516545b9dd
> 
>                 The following directories were searched,
>                    D:\BuildServer\BWIDesktop\bin
>                    D:\Lib\BWI.Utilities.WebServices\Current
>                    D:\Lib\BWI.DataUpload\Current
> 
> Now, if I add this assembly to my with an <include> tag, NDoc ends up 
> generating documentation for this library.  The library is a 
> 3rd party 
> component that I'm using.  I have no desire to document this 
> library.  
> How do I include the library to make NDoc happy, without actually 
> generating docs for it?
> 
> 
> Colin
> 
> 
> -------------------------------------------------------
> 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_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Nant-users mailing list
> Nant-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nant-users
> 
> 



-------------------------------------------------------
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_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to