[NAnt-users] Asminfo task

2006-12-01 Thread Bob Archer
What is the trick to get this task working? I am getting the following error: AssemblyInfo file 'C:\Development\eFramework3\Builder\AssemblyInfo.cs' could not be generated. Assembly attribute with type 'CLSCompliantAttribute' could not be loaded. Here is the task from my build file:

[NAnt-users] iif type expression

2006-12-01 Thread Bob Archer
Is there a simple way to do an immediate if in an expression: Basically if a property value = "CSharp" I want to return .cs and if it is VB I want to return .vb ?? I want to use this in the asminfo task something like: ??? Thanks, BOb --

Re: [NAnt-users] Best practices for NANT

2006-12-01 Thread Bob Archer
There is actually a book out titled: Expert .NET Delivery Using NAnt and CruseControl.NET It shows some pretty good "guidelines" that you can follow. But, the bottom line is the "it depends" on your shop/ application/etc as to how you set-up and pa

[NAnt-users] Best practices for NANT

2006-12-01 Thread Rajiv Srivastava
Do we have best practices documents of NANT on windows which one should follow while framing their build process ? For example, there should be one default.build file for every module or solution, there should be one target, rebuild, which will call all other targets etc.. Thanks! Rajiv

Re: [NAnt-users] NAnt & VS 2005 Intellisense

2006-12-01 Thread Rajiv Srivastava
Thank you all for your pointer! It's working now.. Thanks! Rajiv Kr. Srivastava Tony McCreath <[EMAIL PROTECTED]> wrote: I eventually got it working. First make sure you define your xmlns in the project element... Then you can tell studio where the schema file is by adding a cat