[nant-dev] Re: Compiling from CVS (was Problems with solution task when solution has multiple projects)

2003-08-19 Thread Eric Fetzer
Thanks Jarek!  I got it in and built.  Trying to build a web project from , though, I'm still getting the error:   System.NullReferenceException: Object reference not set to an instance of an object.   at NAnt.VSNet.Project.Load(Solution sln, String fileName) in D:\CVSNant\nant\src\NAnt.VSNet\Proje

Re: [nant-dev] BUG: task with *.resx (PATCH attached)

2003-08-19 Thread Mike Roberts
I just got latest source from head, and this fails for me. If I comment out those two lines, everything works again. Stuff that may be useful to debug my original failure as follows (Foo's replacing my client's name): -- [solution] Building Foo.Server [debug]... [copy] Copying 2

[nant-dev] Compiling from CVS (was Problems with solution task when solution has multiple projects)

2003-08-19 Thread Jaroslaw Kowalski
Hi Eric,   you're right, you need to get the sources from CVS. It's very easy. Here I've provided you with some instructions for compiling NAnt from CVS.   Hope it helps,   Jarek   P.S. As I've written, this may or may not solve the mentioned problem.           HOW TO COMPILE NAnt FROM CV

[nant-dev] NUnit2Report v1.2.2 Task is now available for download.

2003-08-19 Thread Gilles Bayon (Wana)
NUnit2Report v1.2.2 is now available for download. http://nunit2report.sourceforge.net/Change log :* Support for nant version 0.8.3.* Remark : This version doesn't support the .Net Framework V1.1, it must be in the next release. All install and usage instructions are included in the zip fil

[nant-dev] Re: [Nant-users] Problems with solution task when solution has multiple projects

2003-08-19 Thread Jaroslaw Kowalski
Try compiling NAnt from CVS (it's very easy, just type "nant release" and fresh nant will be built to "build/nant-0.8.4" directory). Solution task has been recently fixed in CVS, maybe this will fix your problem. Using nant from CVS I'm able to build a quite complex (8 interdependent projects) so