Hi all, I had such a good response with my previous question that I thought I'd send this one out! As part of my build process I would like to run NDoc against the generated assemblies. Unfortunately I get an error when I use the following: <ndoc> <assemblies basedir="${build.dir}"> <includes name="*.dll" /> </assemblies> .... .... </ndoc>
the reason being that not everything in the build directory is a .NET assembly, some things are COM dlls. How can I get around this without having to manually write an include for each assembly? Should I do it this way?? Or is there a better way?
I have experimented with calling the NDoc Console using recurse which works could this be built into the NDoc task??
Thanks in advance everyone Mark
********************************************************************** DISCLAIMER Any opinions expressed in this email are those of the individual and not necessarily of Mondial Assistance (UK) Ltd. This email and any files transmitted with it, including replies and forwarded copies (which may contain alterations) subsequently transmitted from the Company, are confidential and solely for the use of the intended recipient. If you are not the intended recipient or the person responsible for delivering to the intended recipient, be advised that you have received this email in error and that any use is strictly prohibited. If you have received this email in error please notify the IT support desk by telephone on +44 (0)208 2393984 or via email to [EMAIL PROTECTED], including a copy of this message. Please then delete this email and destroy any copies of it. Thank you. Please note that we reserve the right to monitor and read any emails sent and received by the Company under the Telecommunications (Lawful Business Practice) (Interception of Communications) Regulations 2000 Mondial Assistance (UK) Ltd Mondial House 102 George Street Croydon CR9 1AJ Mondial Assistance (UK) Ltd Registered in England No.1710361 Registered office as above ********************************************************************** |