RE: [Nant-users] dynamic properties and functions

2004-09-16 Thread Nick Zigomanis
well. I didn't realise that the if could be used in this way. Thanks again, Nick. -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Thursday, 16 September 2004 5:00 PM To: Gert Driesen Cc: Nick Zigomanis; [EMAIL PROTECTED] Subject: Re: [Nant-users] dynamic prop

Re: [Nant-users] dynamic properties and functions

2004-09-16 Thread Jaroslaw Kowalski
CTED]> Sent: Thursday, September 16, 2004 9:07 AM Subject: Re: [Nant-users] dynamic properties and functions > Hi Jarek, > > I think we should add a task (similar to the xsl:choose) as soon as > possible, I thin

Re: [Nant-users] dynamic properties and functions

2004-09-16 Thread Gert Driesen
From: "Jaroslaw Kowalski" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]> Cc: "Nick Zigomanis" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 16, 2004 9:00 AM Subject: Re: [Nant-users] dynamic properties and funct

Re: [Nant-users] dynamic properties and functions

2004-09-16 Thread Jaroslaw Kowalski
he "if" condition is evaluated, not the value of the property. Gert - Original Message - From: "Nick Zigomanis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 16, 2004 7:06 AM Subject: [Nant-users] dynamic properties and functions Hi al

Re: [Nant-users] dynamic properties and functions

2004-09-15 Thread Gert Driesen
Nick, The "if" condition is evaluated, not the value of the property. Gert - Original Message - From: "Nick Zigomanis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, September 16, 2004 7:06 AM Subject: [Nant-users] dynamic properties and funct

[Nant-users] dynamic properties and functions

2004-09-15 Thread Nick Zigomanis
Hi all,   I’m trying to set dynamic properties in my build file as shown below:   name="idl.out.dir" value="${bin.root}\Common" dynamic="true" if="${string::contains(this.idl, 'Source\Common'}" /> name="idl.out.dir" value="${bin.root}\Data" dynamic="true" if="${string::contains(this.