Re: [Nant-users] NDoc and the assembly .xml file containing doc

2004-04-09 Thread Gert Driesen
: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 09, 2004 9:57 PM Subject: RE: [Nant-users] NDoc and the assembly .xml file containing doc > Should I mention that these are VB.net projects? I don't think the doc .x

RE: [Nant-users] NDoc and the assembly .xml file containing doc

2004-04-09 Thread Michael A. Angelo
ngelo; [EMAIL PROTECTED] Subject: Re: [Nant-users] NDoc and the assembly .xml file containing doc Michael, The task definitely also creates the xml doc. Are you sure you're building the solution using the task in the same configuration as you do when you build it using VS.NET ? Gert

RE: [Nant-users] NDoc and the assembly .xml file containing doc

2004-04-09 Thread Michael A. Angelo
: Michael A. Angelo; [EMAIL PROTECTED] Subject: Re: [Nant-users] NDoc and the assembly .xml file containing doc Michael, The task definitely also creates the xml doc. Are you sure you're building the solution using the task in the same configuration as you do when you build it using VS.NET ?

Re: [Nant-users] NDoc and the assembly .xml file containing doc

2004-04-09 Thread Gert Driesen
;[EMAIL PROTECTED]> Sent: Thursday, April 08, 2004 11:29 PM Subject: [Nant-users] NDoc and the assembly .xml file containing doc > Anyone have any idea how to generate the .xml file that ndoc needs to go > along with the .dll file? > > My goal here is to pull source from source co

[Nant-users] NDoc and the assembly .xml file containing doc

2004-04-08 Thread Michael A. Angelo
Anyone have any idea how to generate the .xml file that ndoc needs to go along with the .dll file? My goal here is to pull source from source control, compile, and then generate the documentation with the task. I get the .xml file when I build from VS of course, but not when I automate using the