Re: [nant-dev] Bug Report

2004-10-26 Thread Gert Driesen
Hi Ian, I'd suggest upgrading to a recent nightly build of NAnt (http://nant.sourceforge.net/nightly/builds), and use a webmap instead of relying on WebDAV (this has even been deprecated since the 0.84 release). See the task help for examples : http://nant.sourceforge.net/nightly/help/tasks/solu

Re: [nant-dev] .vcproj solutions

2004-10-26 Thread Gert Driesen
- Original Message - From: "Robert Blum" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 27, 2004 7:26 AM Subject: [nant-dev] .vcproj solutions > Hi guys! > > I'm just getting into the swing of nant. First of all, hats off for a > great tool! > > Of course, like

RE: [nant-dev] Nant - Buid Error

2004-10-26 Thread Santhosh Thomas
Hi Gert, Thanks for your input. I did more research on this matter & found that new .NET framework patch made these messup. We've uninstalled the patch, now its working perfectly. We have to inform the problem with this patch to nant engineers. Santhosh * +91 80 51367149 * [EMAIL PROTECTED]

[nant-dev] Bug Report

2004-10-26 Thread Ian Kulmatycki
Hey,   I got this from nant trying to build an asp.net app.   If you have any ideas let me know,   Thanks ian       BUILD FAILED   INTERNAL ERROR   System.Net.WebException: The remote server returned an error: (404) Not Found.    at System.Net.HttpWebRequest.CheckFinalStat

[nant-dev] .vcproj solutions

2004-10-26 Thread Robert Blum
Hi guys! I'm just getting into the swing of nant. First of all, hats off for a great tool! Of course, like every other developer, I have my favorite complaints ;) It seems that the task has trouble with .vcproj files. Specifically (at least for what I've found so far), it doesn't honor any of

Re: [nant-dev] Re: temp leekage

2004-10-26 Thread Matthew Mastracci
Can you try running filemon while NAnt is going? Once you've got the error, filter your filemon output to include only the failing directory and reply with that. It should show us the file being deleted after the fact. Matt. Nicklas Norling wrote: There are no files in that directory after it

Re: [nant-dev] Re: temp leekage

2004-10-26 Thread Nicklas Norling
There are no files in that directory after it's finished. Only the directory itself remains. /Nicke Matthew Mastracci wrote: What sort of files are in that temp directory after NAnt completes? Nicklas Norling wrote: Hi. No, my system is not very slow. It's a P4 3(?) GHz with a HD doing 60-40 MB/

[nant-dev] Re: temp leekage

2004-10-26 Thread Matthew Mastracci
What sort of files are in that temp directory after NAnt completes? Nicklas Norling wrote: Hi. No, my system is not very slow. It's a P4 3(?) GHz with a HD doing 60-40 MB/s random read. I've tried it both with and without [EMAIL PROTECTED] running and it seemed to make no differance. I've had no

Re: [nant-dev] temp leekage

2004-10-26 Thread Nicklas Norling
Hi. No, my system is not very slow. It's a P4 3(?) GHz with a HD doing 60-40 MB/s random read. I've tried it both with and without [EMAIL PROTECTED] running and it seemed to make no differance. I've had no extra load on the hard drive though. The hard drive was no where near full. I tried -verb

Re: [nant-dev] temp leekage

2004-10-26 Thread Gert Driesen
Has anyone else ran into this issue ? Nicklas, is your system perhaps very slow ? Can you try running the build in debug mode (NAnt.exe -debug -logfile:log.txt), and send me a log of a failed build ? Can you check what's left in that directory after the build failure ? Thanks ! Gert - Orig

Re: [nant-dev] Major performance enhancements landed

2004-10-26 Thread Nicklas Norling
Matthew Mastracci wrote: With the help of Gert Dreisen, we've landed some major file-scanning performance changes. You'll find them in any nightly builds from today onward. I'm seeing major CPU usage drops as well as improvements in scanning many filesets. I can now run a full rebuild on an

[nant-dev] Major performance enhancements landed

2004-10-26 Thread Matthew Mastracci
With the help of Gert Dreisen, we've landed some major file-scanning performance changes. You'll find them in any nightly builds from today onward. I'm seeing major CPU usage drops as well as improvements in scanning many filesets. I can now run a full rebuild on an unchanged -task-based, 10

[nant-dev] temp leekage

2004-10-26 Thread Nicklas Norling
Title: Message Hi.   I've been a lazy boy running on nightly 03/24 for much too long. Decided to try out 10/25 today and a few days ago the newest nightly at that time.   To my great sorrow there appears to have sneaked in a tricky bug where timing appears to be of essence. Due to the code

RE: [nant-dev] Fwd: NAntContrib Debugging

2004-10-26 Thread Gert Driesen
Eric, The instructions for NAnt also apply to NAntContrib : http://nant.sourceforge.net/faq.html#building-vsnet-1 (you need to set the debugging info for the NAntContrib project though) You also need to set the -buildfile: in the Command Line Arguments option of VS.NET (in Configuration Properti