VBCommenter is a VS.NET plug-in right? Perhaps you could write a custom task that used the VBCommenter interface directly to do the work. I don't know how difficult this would be but it seems like a possible option. Of course, if another utility already does this then you should use that instead! :-)
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, October 05, 2004 8:49 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Document Comments I'm sure I've seen something on this (and I'm sure I even had the code for it at some point!), but I have a problem with creating document comments. We are developing in VB.NET 2002 unfortunately, and I've started putting document comments in the code (using a custom version of the VBCommenter addin), but need a process for generating the help files from NAnt. I compile the applications using the <vbc> task, so I can't generate the XML file to feed in to the <ndoc> task. I seem to remember that there was another utility that may be stand alone that I could call from NAnt to parse the source code and generate the XML file ready to be compiled. I could do it with VBCommenter I believe, but it means shelling out to Devenv to do it as far as I can tell and I want to avoid that if I can. Any help or pointers gratefully received. Cheers, Bill ______________________________________________________________ CONFIDENTIALITY NOTICE This communication and the information it contains is intended for the person or organisation to whom it is addressed. Its contents are confidential and may be protected in law. Unauthorised use, copying or disclosure of any of it may be unlawful. If you are not the intended recipient, please contact us immediately. The contents of any attachments in this e-mail may contain software viruses, which could damage your own computer system. While Marlborough Stirling has taken every reasonable precaution to minimise this risk, we cannot accept liability for any damage, which you sustain as a result of software viruses. You should carry out your own virus checking procedure before opening any attachment. Marlborough Stirling plc, Registered in England and Wales Registered No. 3008820, Jessop House, Jessop Avenue, Cheltenham, Gloucestershire, GL50 3SH Tel: 01242 547000 Fax: 01242 547100 http://www.marlborough-stirling.com ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
