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
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
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
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
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
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.