- Original Message -
From: "James Johnston" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, August 23, 2006 2:42 AM
Subject: Re: [NAnt-users] Extending asminfo Task (a patch)
>I decided the best way to fix this was to fix the Language property of
> AssemblyInfoTask so
I decided the best way to fix this was to fix the Language property of
AssemblyInfoTask so it is a string instead of an enumeration.
I did not add support for named attribute arguments as I don't need that
in my application; however it does sound like a good addition to make...
I submitted a patc
James Johnston wrote:
> It seems that the AssemblyInfoTask (asminfo) is very inflexible in that
> you are fixed to using the VB/C# code DOMs. I would like to use it with
> the new CppCodeProvider in .NET 2.0 for generating C++ code, and I'm
> sure there are other code generators out there that peo
urceforge.net
Subject: Re: [NAnt-users] Extending asminfo Task
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nant-users-
> [EMAIL PROTECTED] On Behalf Of James Johnston
> Sent: dinsdag 22 augustus 2006 20:07
> To: nant-users@lists.sourceforge.net
> Subject: [NAnt-
nant-users@lists.sourceforge.net
Subject: Re: [NAnt-users] Extending asminfo Task
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nant-users-
> [EMAIL PROTECTED] On Behalf Of James Johnston
> Sent: dinsdag 22 augustus 2006 20:07
> To: nant-users@lists.sourceforge.net
> Sub
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:nant-users-
> [EMAIL PROTECTED] On Behalf Of James Johnston
> Sent: dinsdag 22 augustus 2006 20:07
> To: nant-users@lists.sourceforge.net
> Subject: [NAnt-users] Extending asminfo Task
>
> It seems that the A
It seems that the AssemblyInfoTask (asminfo) is very inflexible in that
you are fixed to using the VB/C# code DOMs. I would like to use it with
the new CppCodeProvider in .NET 2.0 for generating C++ code, and I'm
sure there are other code generators out there that people would also
like to use.
H