[nant-dev] Solution task fixes + speedups

2004-03-16 Thread Matthew Mastracci
I've spent a bit more time speeding up the solution task and fixing differences from VS.NET. Here's a short summary of what to expect with the latest CVS: 1. We only create one AppDomain per solution build and per project build. We were creating dozens of AppDomains per project build

Re: [nant-dev] Solution task fixes + speedups

2004-03-16 Thread Gert Driesen
- Original Message - From: Matthew Mastracci [EMAIL PROTECTED] To: Gert Driesen [EMAIL PROTECTED] Cc: Nant-Developers (E-mail) [EMAIL PROTECTED] Sent: Tuesday, March 16, 2004 11:05 PM Subject: Re: [nant-dev] Solution task fixes + speedups Gert Driesen wrote: 3. The HintPath

RE: [nant-dev] solution task fixes

2003-08-30 Thread Eddie Tse
]; -Original Message- From: Matthew Mastracci [mailto:[EMAIL PROTECTED] Sent: Saturday, 23 August 2003 1:11 AM To: Eddie Tse Cc: [EMAIL PROTECTED] Subject: Re: [nant-dev] solution task fixes Eddie - ignoring non-csproj and non-vbproj files looks good. We shouldn't do this without at least warning

Re: [nant-dev] solution task fixes

2003-08-24 Thread Gert Driesen
Hi Eddie, I've committed your patches to cvs. Thanks ! Gert - Original Message - From: Eddie Tse [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 21, 2003 3:58 PM Subject: [nant-dev] solution task fixes Hi All, I've been experimenting with the solution task from CVS

[nant-dev] solution task fixes

2003-08-22 Thread Eddie Tse
Hi All, I've been experimenting with the solution task from CVS and had made a few changes in order to make it work for me. Added the NoWarn option from VS.NET 2003 I have SQL projects as well as deployment projects in my solution, so ignored those. And the webmapcollection was using the path

Re: [nant-dev] solution task fixes

2003-08-22 Thread Matthew Mastracci
Eddie - ignoring non-csproj and non-vbproj files looks good. We shouldn't do this without at least warning the user that we are ignoring their projects, however. Can you add a log message to this test? Eddie Tse wrote: Hi All, I've been experimenting with the solution task from CVS and had

[nant-dev] Solution task fixes checked in

2003-07-18 Thread Matthew Mastracci
For those interested, some recent bugfixes checked in: - Generate the correct filename for .resx files without dependent files (ie: x\foo.resx in project some.namespace - some.namespace.x.foo.resources) - Convert the requested configuration to lowercase to match the rest of the solution