Re: [NAnt-users] iif type expression

2006-12-02 Thread Gert Driesen
Bob, You can use the "if" function for this purpose. For example: ${if (property::get-value('language')=='C#', '.cs', '.vb')} But I'm sure there better solutions for this. Why not just define the extension in a property as well ? Gert From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [NAnt-users] Asminfo task

2006-12-02 Thread Gert Driesen
Bob, You need to import the System namespace. Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: zaterdag 2 december 2006 0:34 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Asminfo task What is the trick to get this task working? I am g