Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-08-07 Thread Dominik Guder
Hi Ryan, these changes are good rom my point of view. I have ony one minor thing what I can't test since I have difficulties to debug nant at the moment. MSBuildProject.cs within DetermineProductVersion line 279 if (_productVerNode != null) { Version _ver = new

Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-08-07 Thread Ryan Boggs
Ah, good catches. I've made the changes in my tree and they are ready for committing. If I don't hear anything else, all of these changes that Dominik, Martin, and myself have worked hard on will be committed tonight. Thanks everyone :) Ryan On Sun, Aug 7, 2011 at 1:33 PM, Dominik Guder

Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-08-06 Thread Ryan Boggs
: [nant-dev] Updates to MSBuild VSNet Tasks Hey Dominik, I saw your notes in the atlassian review and I see your point. It would probably make more sense to use the ToolsVersion property rather than relying on the PropertyGroup/ProductVersion xml node. I just took a look at some

Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-07-29 Thread Ryan Boggs
as well. I'd need to test it yet, though. Martin Aliger -Original Message- From: Ryan Boggs [mailto:rmbo...@gmail.com] Sent: Wednesday, June 22, 2011 2:36 AM Subject: Re: [nant-dev] Updates to MSBuild VSNet Tasks Hey Dominik, I saw your notes in the atlassian review

Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-07-22 Thread Martin Aliger
-Original Message- From: Ryan Boggs [mailto:rmbo...@gmail.com] Sent: Wednesday, June 22, 2011 2:36 AM Subject: Re: [nant-dev] Updates to MSBuild VSNet Tasks Hey Dominik, I saw your notes in the atlassian review and I see your point. It would probably make more sense to use the ToolsVersion

Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-07-22 Thread Ryan Boggs
, June 22, 2011 2:36 AM Subject: Re: [nant-dev] Updates to MSBuild VSNet Tasks Hey Dominik, I saw your notes in the atlassian review and I see your point.  It would probably make more sense to use the ToolsVersion property rather than relying on the PropertyGroup/ProductVersion xml node.  I

Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-07-22 Thread Ryan Boggs
, DirectoryInfo outputDir) ... ToolsVersion should be more accurate as well. I'd need to test it yet, though. Martin Aliger -Original Message- From: Ryan Boggs [mailto:rmbo...@gmail.com] Sent: Wednesday, June 22, 2011 2:36 AM Subject: Re: [nant-dev] Updates to MSBuild VSNet Tasks Hey

Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-06-16 Thread Ryan Boggs
Hi, Please see inline. Thanks, Ryan On Jun 16, 2011, at 2:39 AM, Martin Aliger martin_ali...@gordic.cz wrote: Hi Ryan, sln file handling is some kind of broken since VS2005. They only work with 2002/2003. I would not spend to much time for now in sln file handling in VS2005 and up. Eww,

Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-06-16 Thread Martin Aliger
-Original Message- From: Ryan Boggs [mailto:rmbo...@gmail.com] Sent: Thursday, June 16, 2011 3:37 PM To: Martin Aliger Cc: Dominik Guder; nant-developers@lists.sourceforge.net Subject: ***SPAM***BAR*** Re: [nant-dev] Updates to MSBuild VSNet Tasks Importance: Low Hi, Please see inline

Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-06-15 Thread Ryan Boggs
Hi, Thanks for your reply. Inline comments below. On Wed, Jun 15, 2011 at 2:05 AM, Dominik Guder o...@guder.org wrote: Am 14.06.2011 05:14, schrieb Ryan Boggs: Hi, Just an update.  I'm having issues with trying to process solution files from .NET 2.0 and above with the solution task.  I'm

Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-06-13 Thread Ryan Boggs
Hi, Just an update. I'm having issues with trying to process solution files from .NET 2.0 and above with the solution task. I'm still taking a look at it but it seems that the VS20** plugins in the NAnt.MSBuild assembly are not being picked up by the solution task. I'll keep checking...

Re: [nant-dev] Updates to MSBuild VSNet Tasks

2011-06-06 Thread Ryan Boggs
Hmm, On Mon, Jun 6, 2011 at 10:28 PM, Dominik Guder o...@guder.org wrote: Am 07.06.2011 01:53, schrieb Ryan Boggs: Hi, Martin seems good with the diff I posted.  Has anyone else reviewed it since I posted it last saturday?  The link to the patch is below. Yes, I did. One point it is not

Re: [nant-dev] Updates

2011-05-11 Thread Martin Aliger
I got same need and implemented that. But it never made its way to trunk (posted atleast twice). I'll repost all mine changes today or tommorow. There are known problems (wpf, silverlight), but most of 4.0 solution stuff works well. Martin Aliger -Original Message- From: Dominik Guder

Re: [nant-dev] Updates

2011-05-11 Thread Ryan Boggs
Where did u post your changes originally? Thanks, Ryan On May 11, 2011, at 12:46 AM, Martin Aliger martin_ali...@gordic.cz wrote: I got same need and implemented that. But it never made its way to trunk (posted atleast twice). I'll repost all mine changes today or tommorow. There are known

Re: [nant-dev] Updates

2011-05-05 Thread Dominik Guder
Am 04.05.2011 07:19, schrieb Ryan Boggs: Hi, Just checking in real quick. I just merged the branch I was working on into HEAD this evening. If everything goes well, I should start kicking out more nightly releases by this weekend, if not before. From there, I'll need to decide the future

[nant-dev] Updates

2011-05-03 Thread Ryan Boggs
Hi, Just checking in real quick. I just merged the branch I was working on into HEAD this evening. If everything goes well, I should start kicking out more nightly releases by this weekend, if not before. From there, I'll need to decide the future release schedule. Once it is decided, it will

Re: [nant-dev] Updates to ResGenTask.cs...

2003-01-17 Thread Ian MacLean
Aaron, Can you please re-send this as a diff ? cvs diff -u. Its easier to review and apply in that format. Ian All, I made some changes to the ResGenTask.cs file that I would like reviewed and committed. I was having difficulty using this and having the task create my resource files with the

Re: [nant-dev] Updates to ResGenTask.cs...

2003-01-17 Thread Ian MacLean
Sorry Aaron. I didn't see your comment about not having diff. Ian Aaron, Can you please re-send this as a diff ? cvs diff -u. Its easier to review and apply in that format. Ian All, I made some changes to the ResGenTask.cs file that I would like reviewed and committed. I was having