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