RE: [Nant-users] Error in copy task - fubars my directory structure.

2005-07-05 Thread Angus Grant
Which means your email will bounce to you again from the same servers by not changing the subject. You will note that I changed the subject so as not to bounce you again. he he, Angus. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of > Ian MacLean >

RE: [Nant-users] .NET SDK Requirements

2005-01-18 Thread Angus Grant
Title: Message I am fairly sure the .NET framework does not include vb.net, c#, etc compilers, resource file compilers, etc, etc. You need to install the framework sdk to get these.   I wouldn't have thought you would need the .Net framework on production servers unless you are running ASP.

RE: [Nant-users] GPL and build scripts

2005-01-18 Thread Angus Grant
I am not an expert on GPL licensing, but I thought it only covered modifications of source code or usages of binaries. This would be like using Gimp or similar programmes for their express purpose (image editing), and expecting outputs (new images) to be covered by the GPL. Not true as far as I

RE: [Nant-users] .NET SDK Requirements

2005-01-18 Thread Angus Grant
> -Original Message- > From: Ian MacLean [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 19 January 2005 11:35 AM > To: Angus Grant > Cc: nant-users@lists.sourceforge.net > Subject: Re: [Nant-users] .NET SDK Requirements > > Angus Grant wrote: > > > I am fa

RE: [Nant-users] RE: rebuild in NAnt

2004-12-16 Thread Angus Grant
I have written all my build files to delete the bin and obj directories of all associated solution files in the build when the "fullrebuild" or "clean" target is passed into nAnt. It takes me ages quite a while to keep maintained, but I could not find any other way to to it. Complete PITA and th

[Nant-users] Suppress certain vb.net compiler warnings

2004-10-12 Thread Angus Grant
I have a nant build script (running 0.85 from the 6th October 2004), and it returns the warning "vbc : Command line warning BC2024 : the default assembly reference 'Microsoft.VisualBasic.dll' has already been automatically added; ignored" Is there any way to suppress this warning? I am also usin