Re: [NAnt-users] Extending asminfo Task (a patch)

2006-08-23 Thread Gert Driesen
- 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

Re: [NAnt-users] Extending asminfo Task (a patch)

2006-08-22 Thread James Johnston
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

Re: [NAnt-users] Extending asminfo Task

2006-08-22 Thread Gary Feldman
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

Re: [NAnt-users] Extending asminfo Task

2006-08-22 Thread Bonio Lopez
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-

Re: [NAnt-users] Extending asminfo Task

2006-08-22 Thread Bob Archer
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

Re: [NAnt-users] Extending asminfo Task

2006-08-22 Thread Gert Driesen
> -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

[NAnt-users] Extending asminfo Task

2006-08-22 Thread James Johnston
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