Re: [NAnt-users] Solution task and VS.NET 2005

2006-09-21 Thread Tim Mayert
PROTECTED] On Behalf Of Gert Kello Sent: September 21, 2006 1:24 AM To: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Solution task and VS.NET 2005 > That said, the simplest thing to do is to call msbuild from a Nant > build file to compile your solution. That said, I'm no

Re: [NAnt-users] Solution task and VS.NET 2005

2006-09-21 Thread Gert Kello
That said, the simplest thing to do is to call msbuild from a Nant build file to compile your solution. That said, I'm not even sure what you would gain by having a solution task that supports 2.0 solutions. 1. Automatic project references even if the projects are not in the same solution. 2. I

Re: [NAnt-users] Solution task and VS.NET 2005

2006-09-20 Thread Adrian Lazea
Hi Bob, Imho, porting the task to support 2.0 solutions should be done, at least for the sake of consistency with the old implementation, if not for other reasons. It's a bit unusual to migrate to .NET 2.0, without actually migrating "completely". Plus, it's rather annoying to have a solution

Re: [NAnt-users] Solution task and VS.NET 2005

2006-09-20 Thread Bob Archer
Several weeks ago I asked Gert what the road map was and if the one on the web site was correct. He stated that it was not and it should be updated by the user community. So, I sent out an email and volunteered to collect feedback on this and try to put together a road map to define the core Nant