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
[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
[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
[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
[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?
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
> > 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
> --- 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
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