Re: [Nant-users] VBDoc and Source Files

2003-08-14 Thread Ian MacLean
Alejandro, I'm not familiar with VBDoc but from your description its a commandline tool. Writing a wrapper task for this shouldn't be too difficult. Deriving a task class from ExternalProgramBase gets you most of what you need for free. Take a look at ResgenTask.cs or DelaySignTask.cs in \src\N

[Nant-users] VBDoc and Source Files

2003-08-11 Thread Alejandro Calbazana
Hello,   Does anyone have a slick way of pulling in a set of files and delimiting them with a specified delimiter?    I havent run across a custom task for VBDoc, but all I really need is a way to speficy all my source files this particular document parser needs to look at in order to genera