RE: [Nant-users] task problem

2003-10-01 Thread Kent Boogaart
Apologies for cross-post. I downloaded the nightly build and it definitely gets a lot further than previously. If I build with VS.NET and then with NANT, it correctly reports that it does not need to build because the "Project is up-to-date". However, if I exit VS.NET, clean, and then build with N

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

[Nant-users] task problem

2003-10-01 Thread Kent Boogaart
Hi all, I am attempting to use a task to build as follows: Doing so yields the following output: INTERNAL ERROR System.Xml.XmlException: The data at the root level is invalid. Line 1, position 1. at System.Xml.XmlTextReader.ParseRoot() at System.Xml.XmlTextReader.Read() at System.Xm

[Nant-users] Testing property values if, unless, and if task

2003-10-01 Thread nantbfraser
My first post to nant-users. Hello everyone. I think I've found a shortcoming in NAnt. It's not a new one, but I'd like to offer a new perspective and find out what's happening with this. Searching for a solution to my problem, I came upon an interesting exchange between Gert Driesen and Ian Ma

Re: [Nant-users] Nant Plain Text Logging

2003-10-01 Thread Gert Driesen
I'm not able to reproduce this issue. I've been able to send a 388 KB mail with build results ... Gert - Original Message - From: "Nick Varacalli" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 5:07 PM Subject: RE: [Na

Re: [Nant-users] Nant Plain Text Logging

2003-10-01 Thread Gert Driesen
Nick, This issue is fixed in cvs. Thanks for the report ! Gert - Original Message - From: "Nick Varacalli" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 4:39 PM Subject: RE: [Nant-users] Nant Plain Text Logging Tha

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] how to install nant in linux

2003-10-01 Thread Ian MacLean
Assuming you have mono installed and mcs.exe in the path it should be as easy as running : make there is a makefile in the base dir of the nant distro. Ian Juliano Morais Barbosa wrote: Hi for All. Where I found the step by step for build Nant.exe in linux ??? ___

[Nant-users] how to install nant in linux

2003-10-01 Thread Juliano Morais Barbosa
Hi for All. Where I found the step by step for build Nant.exe in linux ??? __ Juliano Barbosa [EMAIL PROTECTED] Analista de Sistemas Sicmol S/A http://www.sicmol.com.br Br 153 Km 1, Vila Yate Goiânia/GO - 74620-351

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

Re: [Nant-users] Nant Plain Text Logging

2003-10-01 Thread Gert Driesen
Not right now, I'll try to look into this later - Original Message - From: "Nick Varacalli" <[EMAIL PROTECTED]> To: "'Gert Driesen'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 01, 2003 4:38 PM Subject: RE: [Nant-users] Nant Plain Text Logging Thank you for the

RE: [Nant-users] Nant Plain Text Logging

2003-10-01 Thread Nick Varacalli
Also, is there a limitation on the size of the file? All my mail bodies are truncated at ~ 64K. Is this a limitation of string, mail, or something else? Thanks Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Varacalli Sent: Wednesday, October

RE: [Nant-users] Nant Plain Text Logging

2003-10-01 Thread Nick Varacalli
Thank you for the great answers. There is a small problem with the mail logging. If I use , I am mailed a build success message for every sub-build that succeeds. Is there a way to get one, single message for the master build? Thanks Nick -Original Message- From: [EMAIL PROTECTED] [mai

[Nant-users] excludes filter problem

2003-10-01 Thread Chris Collier
Title: excludes filter problem No matter which _expression_ I specify in the excludes attribute, NAnt does not filter any of the files/directories I specify. However, the includes attribute works correctly. Has anyone else had this issue? Here is an example of the attribute:            

[Nant-users] task problem

2003-10-01 Thread Kent Boogaart
Hi, My first post here. I am building my .NET application with NAnt and recently added a task in order to generate API documentation. The task completes successfully and produces a heap of HTML and a compiled help file. When I open the compiled help file I see my namespaces listed in the contents