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
Hi James, I would be also interested to use such task, feel free to give it out for testing :). May be I would prefer to be able to use (test) in the way, that does not conflict with current nant installation, if possible. As far as I understand if you will give to the task "asm_info" name, it wil

[NAnt-users] Road Map

2006-08-22 Thread Bob Archer
>> Also, how accurate is the road map out there? >I think we (the NAnt community) need to revise it. Ok, Since I use this product a lot I would love to get help with proj management and planning to get a Version 1.x release with a solid roadmap to that point. Is this something we should hash ou

Re: [NAnt-users] Extending asminfo Task

2006-08-22 Thread Bob Archer
Of course, this would have to be planned for .9 or something as it would be a breaking change for .85. BOb -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert Driesen Sent: Tuesday, August 22, 2006 2:47 PM To: 'James Johnston'; nant-users@lists.sourcefo

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 AssemblyInfoTask (asminfo) i

[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

Re: [NAnt-users] exec with unless

2006-08-22 Thread Bob Archer
Or more correctly:   unless=”${thisConfig = ‘clean’}”   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: Tuesday, August 22, 2006 12:01 PM To: Robert Hanson; nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] exec with unless   The exec

Re: [NAnt-users] exec with unless

2006-08-22 Thread Bob Archer
The exec task has an if and unless attribute…   Unless=${thisConfig = ‘clean’}   BOb     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Hanson Sent: Tuesday, August 22, 2006 11:28 AM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] exec with u

[NAnt-users] exec with unless

2006-08-22 Thread Robert Hanson
What is the syntax I need here?  I want to exec a task unless a property has a certain value.     but I want to do so only if $(thisConfig) is not “clean”   Thanks in advance. - Using Tomcat but need to do