RE: [Nant-users] Zip task recursively

2003-11-12 Thread Arild Fines
Mahajan, Umesh wrote: > I want to recursively zip the entire source tree (all subdirectories and > underneath) from NANT build script. > I couldn't find any option for that. I tried the following, but It zips > only top level files. I don't want to enumerate all the directories. Is > there any way

RE: [Nant-users] Compiling in resource files

2003-08-07 Thread Arild Fines
[EMAIL PROTECTED] wrote: > Hi, I have a project and I want to compile in resource files like csc > *stuff* /res:thing.resx > > I only found stuff in the documentation for converting them. How > would I build them in? > Add a tag to the csc task, f.ex like this: -- Arild

RE: [Nant-users] problem with 0.8.3rc1 on VS.NET 2003

2003-07-21 Thread Arild Fines
[EMAIL PROTECTED] wrote: > Subject: [Nant-users] problem with 0.8.3rc1 on VS.NET 2003 > > Unhandled Exception: System.Configuration.ConfigurationException: > Error loading XML file c:\winnt\microsoft.net\fra > ework\v1.0.3705\Config\machine.config Request for the permission of > type System.Securi

RE: [Nant-users] problem with 0.8.3rc1 on VS.NET 2003

2003-07-21 Thread Arild Fines
[EMAIL PROTECTED] wrote: > > Unhandled Exception: System.Configuration.ConfigurationException: > Error loading XML file c:\winnt\microsoft.net\fra > ework\v1.0.3705\Config\machine.config Request for the permission of > type System.Security.Permissions.StrongNameIden > ityPermission, mscorlib, Versi

RE: [Nant-users] General NAnt Quesions..

2003-06-18 Thread Arild Fines
[EMAIL PROTECTED] wrote: > Subject: Re: [Nant-users] General NAnt Quesions.. > > I followed the link to > http://nantcontrib.sourceforge.net/ however, it takes > me to another link and there isn't any information or > a file to download. Can you provide some insight into this > NAntContrib program?

RE: [Nant-users] Where to find documentation on FileSets

2003-03-20 Thread Arild Fines
Title: Message The NAnt documentation covers filesets: http://nant.sourceforge.net/help/fundamentals/fog26.html   -- Arild -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Anthony Francisco    I'm looking at the documentation for

RE: [Nant-users] Compiling a class with multiple entry points

2003-02-13 Thread Arild Fines
> > Has anyone run into a problem building a class the has multiple entry > > points into it with nant? Is there a way to get around this with the > > task? > > > > Thanks, > > Mike. > This is the standard behaviour for the csc compiler and in fact for > every .net compiler. There can only be a si

RE: [Nant-users] Off Topic: Associate .build files with xml

2003-01-28 Thread Arild Fines
> --- Arild Fines <[EMAIL PROTECTED]> wrote: >> [EMAIL PROTECTED] wrote: >>> Hi, >>> This is probably a dumb question, but is it possible to associate >>> files with a .build extension to xml? In Visual Studio, files that >>> have a .xml

RE: [Nant-users] Off Topic: Associate .build files with xml

2003-01-28 Thread Arild Fines
s "schema" with .build > files. Pat Sure. In the Open File dialog in VS.NET, theres a small arrow beside the Open button. Click it and choose Open With... You'll get a list of options. Choose HTML/XML Editor. Click Set as default. VS.NET will now associate