Re: [Nant-users] Zip task - Multiple filesets

2003-11-24 Thread Gert Driesen
Umesh, Currently, the zip task only supports a single filset. Please submit a feature request for this (http://sourceforge.net/projects/nant/) if you'd like to see support for multiple filesets added to a future release. Thanks, Gert - Original Message - From: "Mahajan, Umesh" <[EMAIL

[Nant-users] Web References in csproj files

2003-11-24 Thread Brian Orrell
I am using the solution task to build .csproj files. One of these projects has web references. How do I use the wsdl task or some other tasks to get the project file built appropriately? I'm sure this has already been asked before, but I couldn't find it in the archives. Thanks, Brian Orrell

Re: [Nant-users] Solution task error - "The SDK directory for the net-1.0 framewor k"

2003-11-24 Thread Ian MacLean
I think the problem here is that they want to build on 1.1 but 1.0 is set as the default and those machines no longer have 1.0 installed. Set the default framework to net-1.1 in nant.exe.config and it should be ok. Ian The solution task uses resgen.exe to compile resx files, and resgen.exe is

[Nant-users] Zip task - Multiple filesets

2003-11-24 Thread Mahajan, Umesh
Title: Zip task - Multiple filesets I want to include multiple filesets in a zip file. It's taking only the first fileset.   How do I tell to use multiple filesets (that have different base directories) ?                    

[Nant-users] Building Projects with Web References using Solution Task

2003-11-24 Thread Brian Orrell
I’m sure this has been covered before, but I haven’t been able to find it in the archives.   How do I successfully build a project that uses web references?  Do I use a wsdl task before I run the project build?   This is what I’m getting.   System.NullReferenceException: Object refere

Re: [Nant-users] Solution task error - "The SDK directory for the net-1.0 framewor k"

2003-11-24 Thread Gert Driesen
Title: Solution task error - "The SDK directory for the net-1.0 framework" The solution task uses resgen.exe to compile resx files, and resgen.exe is only available as part of the .NET Framework SDK.   Apparently VS.NET uses the System.Resources.ResourceWriter class to compile the resx files.

[Nant-users] Solution task error - "The SDK directory for the net-1.0 framewor k"

2003-11-24 Thread Mahajan, Umesh
Title: Solution task error - "The SDK directory for the net-1.0 framework" I am using NANT latest nightly build on my machine successfully with .NET 1.1 framework. However, some other people in my group who have very similar machines with .NET framework 1.1 installed are getting the following

Re: [Nant-users] Successful build of NAnt .8.3 final on RH 8.0

2003-11-24 Thread Gert Driesen
Jose, You should actually try one of the recent nightly builds (http://nant.sourceforge.net/nightly/builds), as the bootstrapping process and mono support has been vastly improved since the 0.8.3 release. You should be able to do a "make all" in the NAnt root directory to bootstrap NAnt and build