The version that was just released (0.8), but I tested and this also applies
to the 0.7 release.

You are probably right about the directory scanning.  If NANT is not
scanning the directories - haven't looked at the source code, but can't
think that there's any reason to do this, the .net framework may be looking
for culture dlls.

Bruce

-----Original Message-----
From: Scott Hernandez
To: Hearn, Bruce
Cc: [EMAIL PROTECTED]
Sent: 2/23/2003 1:12 PM
Subject: Re: [nant-dev] strange perfomance problem

Thanks for reporting this. I wonder if this a common problem with how
the runtime looks-up and loads (partially-qualified) assemblies.
 
BTW. What version of NAnt are you using?

----- Original Message ----- 
From: Hearn, Bruce <mailto:[EMAIL PROTECTED]>  
To: [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]>  
Sent: Saturday, February 22, 2003 6:54 PM
Subject: [nant-dev] strange perfomance problem

Thought I'd report a strange performance problem.
 
We are building using nested build files with > 200 projects.  It was
taking the most simple projects about 6 seconds just to figure out that
they did not need to generate new output.
 
using the sysinternals filemon, I noticed that the directories below my
dll output directory were being scanned by nant when I do a build.  As
it happens, I had been using a single directory to output my dlls into
(\bin) and a single directory for documentation (for whatever reason, I
use \bin\doc).
 
If I have recently generated documentation into this directory, thereby
creating thousands of html files, NANT slows down very significantly -
after deleting the contents of the \bin\doc directory, the same projects
pass in 0 seconds.
 
Of course I will probably change the location of the documentation files
now, but perhaps someone is interested in looking at this.
 
thanks,
 
Bruce
 
 
 
 



-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
Nant-developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to