Re: [nant-dev] need VS 2005 solution task support

2005-12-09 Thread Ian MacLean
Martin Aliger wrote: I don't think we need to make solution task compatibility a goal here. I was thinking same, but first I wanted to use msbuild, I found myself in situation where solution is used today. Even that msbuild is quite general system, we, nant users, will call it mainly to

Re: [nant-dev] need VS 2005 solution task support

2005-12-09 Thread Gert Driesen
-Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Friday, December 9, 2005 09:06 AM To: 'Martin Aliger' Cc: ''Gert Driesen'', ''Gert Driesen'', ''! nant'' Subject: Re: [nant-dev] need VS 2005 solution task support Martin Aliger wrote: I don't think we need to make

RE: [nant-dev] need VS 2005 solution task support

2005-12-08 Thread Martin Aliger
Hi, I don't think we need to make solution task compatibility a goal here. I was thinking same, but first I wanted to use msbuild, I found myself in situation where solution is used today. Even that msbuild is quite general system, we, nant users, will call it mainly to compile vs2005

RE: [nant-dev] need VS 2005 solution task support

2005-12-07 Thread Gert Driesen
stabilized ? This is our policy for all new tasks. Gert -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Aliger Sent: dinsdag 6 december 2005 21:15 To: 'Ian MacLean'; 'Gert Driesen' Cc: '! nant' Subject: RE: [nant-dev] need VS 2005

RE: [nant-dev] need VS 2005 solution task support

2005-12-06 Thread Martin Aliger
Hello, here is first attempt to implement msbuild task for MSBuild interation. To be a little usable for us, NAnt users, I made it atleast little compatible with solution task. So its not a simple wrapper around msbuild.exe. Mainly it accept fileset of projects, which msbuild itself do not.

Re: [nant-dev] need VS 2005 solution task support

2005-12-05 Thread Gert Driesen
, December 5, 2005 06:38 AM To: 'Martin Aliger' Cc: [EMAIL PROTECTED], '! nant' Subject: Re: [nant-dev] need VS 2005 solution task support Martin Aliger wrote: Or, alternativelly, it should not be hard at all to write msbuild task just as a wrapper around msbuild.exe as ccnet do it. Something like ant

RE: [nant-dev] need VS 2005 solution task support

2005-12-05 Thread Martin Aliger
: [nant-dev] need VS 2005 solution task support Ian, Martin, Do you think we should support VS.NET 2005 solutions/projects in the solution task ? As far as I can tell, we have two options for supporting this: 1. Do the full parsing, and processing of the solutions/projects ourselves

Re: [nant-dev] need VS 2005 solution task support

2005-12-05 Thread Ian MacLean
Gert Driesen wrote: -Original Message- From: Martin Aliger [mailto:[EMAIL PROTECTED] Sent: Monday, December 5, 2005 02:19 PM To: ''Gert Driesen'', ''Ian MacLean'' Cc: [EMAIL PROTECTED], ''! nant'' Subject: RE: [nant-dev] need VS 2005 solution task support Do you know, whether

Re: [nant-dev] need VS 2005 solution task support

2005-12-05 Thread Ian MacLean
it to MSBuild but maybe initially going with a plain msbuild task could be the way to go. Ian -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Monday, December 5, 2005 06:38 AM To: 'Martin Aliger' Cc: [EMAIL PROTECTED], '! nant' Subject: Re: [nant-dev] need VS

RE: [nant-dev] need VS 2005 solution task support

2005-12-05 Thread Bevan Arps
Thought I'd throw in my 2c as a heavy NAnt user. Gert wrote: Do you think we should support VS.NET 2005 solutions/projects in the solution task ? My thought is that the solution task should *only* handle Visual Studio 2003 projects. Why? It seems to me that VS2003 and VS2005 are

Re: [nant-dev] need VS 2005 solution task support

2005-12-04 Thread Ian MacLean
Martin Aliger wrote: Or, alternativelly, it should not be hard at all to write msbuild task just as a wrapper around msbuild.exe as ccnet do it. Something like ant already do. Not bad idea. What others think about this? Maybe I'd not give up mine hard-earned build scripts after all :-) I

RE: [nant-dev] need VS 2005 solution task support

2005-12-02 Thread Martin Aliger
:[EMAIL PROTECTED] Sent: Friday, December 02, 2005 10:33 AM To: Martin Aliger Subject: RE: [nant-dev] need VS 2005 solution task support Hi Martin, Mmm , that does not sound like good news indeed... Damn MS :-) I guess the send best option would be to add support for MSBuild integration

[nant-dev] need VS 2005 solution task support

2005-11-25 Thread Gean Boegman
We could really use a VS 2005 sln support, is this beeing planned, how hard would it be for me to try and do a XSLT (I think that's how you do the 2003?). I can try to create one if you guys reckon it's not a huge task. Thanks. Gean

RE: [nant-dev] need VS 2005 solution task support

2005-11-25 Thread Martin Aliger
Of Gean Boegman Sent: Thursday, November 24, 2005 7:01 AM To: nant-developers@lists.sourceforge.net Subject: [nant-dev] need VS 2005 solution task support We could really use a VS 2005 sln support, is this beeing planned, how hard would it be for me to try and do a XSLT (I think that's how