[nant-dev] System.NullReferenceException after upgrading project to .NET 2.0

2005-12-05 Thread Ben Hill
I recently upgraded our project to .NET 2.0. After adding a ProjectGuid to our csproj file (as instructed by a previous nant build error), I receive the following error: (I have included the contents of our build file below, as well) I have downloaded the latest nightly build of NANT.

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

2005-12-05 Thread Gert Driesen
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, like we do for VS.NET 2002/2003, and use our built-in

[nant-dev] errror

2005-12-05 Thread dinesh singh
Hi, Can you suggest how to overcome this problem? E:\DMP_Source\phase3\platform\dotnetnant NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net Buildfile: file:///E:/DMP_Source/phase3/platform/dotnet/nant.dist.build

[nant-dev] Bug Report

2005-12-05 Thread Rassier, Brian
Title: Bug Report My last NAnt failure asked to send a bug report to this address. The error happened when compiling a VB6 object with the vb6 task. Let me know if more details are needed. The following is the stack trace: INTERNAL ERROR System.FormatException: Input string was not in a

Re: [nant-dev] System.NullReferenceException after upgrading project to .NET 2.0

2005-12-05 Thread Gert Driesen
Ben, The solution task does not support VS.NET 2005 solutions/projects. Note: we do support using VS.NET 2002/2003 solutions/projects and building the assemblies targeting .NET 2.0 Also, I'd advise you to upgrade to a more recent version of NAnt (http://nant.sourceforge.net/nightly/latest).

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

2005-12-05 Thread Martin Aliger
Hello, I was thinking simmilary. full parsing of vs2005 solutions could be pretty hard work and, as you wrote, we'd have just very basic support. So I'd perhaps rather make just msbuild task as a wrapper around msbuild itself, and some function to distinguish between vs2002-3 and vs2005

Re: [nant-dev] Bug Report

2005-12-05 Thread Gert Driesen
Brian, Can you send me a small repro for this issue ? Thanks ! Gert -Original Message- From: Rassier, Brian [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 10:53 PM To: nant-developers@lists.sourceforge.net Subject: [nant-dev] Bug Report My last NAnt failure asked to send a

Re: [nant-dev] Bug Report

2005-12-05 Thread Brass Tilde
Bug Report My last NAnt failure asked to send a bug report to this address. The error happened when compiling a VB6 object with the vb6 task. Let me know if more details are needed. The following is the stack trace: INTERNAL ERROR System.FormatException: Input string was not in a correct

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
Gert Driesen wrote: 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, like we do for VS.NET 2002/2003,

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

[nant-dev] [Fwd: [WiX-devs] wix2.0 NAnt'ification starting...]

2005-12-05 Thread Ian MacLean
I just saw this on the wix dev list. They've decided to use NAnt as their build tool - instead of msbuild or nmake. Its quite cool to see this - considering that the wix dev lead is at Microsoft. Interestingly - NAnts support for the c++ compiler was one of the main reasons for the decision.