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
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
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
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) ?
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
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.
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
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