Re: [nant-dev] bug: solution and references

2004-10-05 Thread Gert Driesen
Martin, I'll try to have a look at this later today/this week ... Gert - Original Message - From: Martin Aliger [EMAIL PROTECTED] To: '! nant' [EMAIL PROTECTED] Sent: Monday, October 04, 2004 12:28 PM Subject: [nant-dev] bug: solution and references Hi all, I just found one bug (maybe

[nant-dev] compiling .resx files is slow (patch included)

2004-10-05 Thread Erv Walter
Title: compiling .resx files is slow (patch included) The automatic compilation of .resx resource files by the csc/ task is quite slow. We have several assemblies with many .resx files (40+ resx files) that get included as resources. It was taking 2-3 seconds per .resx file when compiling

Re: [nant-dev] compiling .resx files is slow (patch included)

2004-10-05 Thread Gert Driesen
Erv, Resource compilation has indeed slowed down quite a lot, because we now copy the referenced assemblies and resgen.exe to a temp directory to allow resgen to resolve references to types in these assemblies. So the slow down does not (just) come from the fact that resgen is invoked multiple

RE: [nant-dev] compiling .resx files is slow (patch included)

2004-10-05 Thread Erv Walter
Aren't there command line limit conciderations with the resgen task itself? My point is that this is *really* fast: resgen resources include name=**/*.resx / /resources /resgen And this is *really* slow: csc sources include name=**/*.cs / /sources resources

[nant-dev] Internal error when unloading AppDomain after running a test case that uses System.DirectoryServices

2004-10-05 Thread MÃ¥rten Gustafson
Se bottom of mail for stack trace. Seems that at least one other person has this problem - http://weblogs.asp.net/mnissen/archive/2004/05/13/131061.aspx. My symptoms are the same, appears at random test runs, never occurs if I [Ignore] the fixture that contains the