Re: [Nant-users] task problem

2003-10-05 Thread Gert Driesen
Can you try the same solution using the NAnt 0.8.4 nightly builds (http://nant.sourceforge.net/nightly/builds) ? Thanks, Gert PS. Please do not cross-post to both the NAnt users and NAnt developers list. We monitor both lists, so issues posted to the users list will not go unnoticed. - Orig

RE: [Nant-users] task problem

2003-10-02 Thread Kent Boogaart
Thanks Jarek, that's done the trick. -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 October 2003 4:33 PM To: Kent Boogaart; 'Gert Driesen'; [EMAIL PROTECTED] Subject: Re: [Nant-users] task problem Change "defaultframework"

Re: [Nant-users] task problem

2003-10-02 Thread Jaroslaw Kowalski
27;Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 8:26 AM Subject: RE: [Nant-users] task problem > Apologies for cross-post. > > I downloaded the nightly build and it definitely gets a lot further than > previously. If I b

RE: [Nant-users] task problem

2003-10-01 Thread Kent Boogaart
al Message- From: Gert Driesen [mailto:[EMAIL PROTECTED] Sent: Thursday, 2 October 2003 2:38 PM To: Kent Boogaart; [EMAIL PROTECTED] Subject: Re: [Nant-users] task problem Can you try the same solution using the NAnt 0.8.4 nightly builds (http://nant.sourceforge.net/nightly/builds) ? Thanks,

Re: [Nant-users] task problem

2003-10-01 Thread Kent Boogaart
> Thanks for your suggestions, guys. After trying various things I managed > to figure out why it wasn't working correctly and am assuming this is a > bug. My NANT script was executing from inside a directory called "C#". > Once I changed it to "CSharp", the NDoc task works OK. > > Thanks again, >

RE: [Nant-users] task problem

2003-10-01 Thread Anthony LoveFrancisco
I don't use the solution task, but I'm guessing that the problem is that you are missing the following at the top of your solution file: - Ants | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] On Behalf Of | Kent Boogaart | Sent: Wednesday, 01 October, 2003

Re: [Nant-users] task problem

2003-10-01 Thread Scott Hernandez
hmmm... how strange. Can you post a zip of your build file and the ndoc settings you used in the UI (the ndoc file would be great). . - Original Message - From: "Kent Boogaart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 2:09 AM Subject: [Nant-users] tas

Re: [Nant-users] task problem

2003-10-01 Thread Bernard Vander Beken
Hello Kent, Could you use a tool such as Windiff to compare the intermediate files, especially the Windows Help project file? Best regards, Bernard Kent Boogaart wrote: Hi, My first post here. I am building my .NET application with NAnt and recently added a task in order to generate API doc