RE: [Nant-users] NAnt csc task does not generate the xml documentation file...

2003-07-17 Thread Ballal, Pradeep(STP)
Hi Clayton, This is working now... I just ran the build and it generates the documentation...just great !!! Thanks for all your help...the only change that I did was turn on debugging in the config file. thanks again.. cheers, pradeep -Original Message- From: Clayton Harbour [mailto:

RE: [Nant-users] NAnt csc task does not generate the xml documentation file...

2003-07-17 Thread Clayton Harbour
Hi, I think the problem then is the BANC.Infrastructure.Controller.xml file is not being generated by the csc task. Have you tried specifying a full path with the doc attribute, or using a path with the separator in the other direction? There may be an issue with generating the path to the targe

RE: [Nant-users] NAnt csc task does not generate the xml documentation file...

2003-07-17 Thread Ballal, Pradeep(STP)
Hi, Thanks for such a quick response... I was trying to build one assembly of the actual project we are trying to build... here is the build file [attached]. I did check if the xml file is being generated...but no it is not. Do I need NDoc itself to be installed before I can use the ndoc task ?

Re: [Nant-users] Optimize and Nowarn switches on CSC task

2003-07-17 Thread N. V.
Richard, which version of NAnt are you using ? These two attributes (nowarn and optimize) are new to the 0.8.3 version, which is currently in RC1. Nick From: Richard Miller <[EMAIL PROTECTED]> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> Subject: [Nant-users] Optimize and Nowarn switches on

[Nant-users] Optimize and Nowarn switches on CSC task

2003-07-17 Thread Richard Miller
Hi We have been using a build file for a while and have now tried to trim down the warnings and use the optimize switch with the following http://www.vmware.com/wl/offer/345/0 ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net

RE: [Nant-users] NAnt csc task does not generate the xml documentation file...

2003-07-17 Thread Clayton Harbour
Hi, Could you please send the build file, or at least the entire tasks that are giving you trouble, and some information about the version of nant that you are using? It just helps in debugging. I am going to guess a little bit in the meantime, it looks like the csc target that you have is c