/>
Thanks,
Noel
-Original
Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 14, 2004
1:45 PM
To: [EMAIL PROTECTED]
Cc: 'Jo De Greef';
[EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [Nant-users]
Conditional
o
"'Jo De Greef'" <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
cc
Subject
RE: [Nant-users] Conditional copy
Jo,
The code below shows the usage of the 'if' attribute in an element using the _expression_ evaluator.
It should work exactl
Title: Message
Jo,
The code
below shows the usage of the ‘if’ attribute in an element using
the _expression_ evaluator.
It should
work exactly the same with the element, which is what you
want.
Let me
know if you need
Ian, Thanks for your response but i'm not quite there yet. I see lots of nant tasks that support the "if" attribute, but I have a hard time finding documentation and/or examples on how to use it. Then there's this page: http://nant.sourceforge.net/nightly/help/tasks/if.html that explains the "if" t
nt, which is why I
resort to using the mailing list. Some clear examples/docs would help me
tremendously, especially for trivial things like this.
>
> -Jo
>
>
>
>
>
>
> How about this:
>
>
> Jarek
>
> - Original Message -----
> From:
> To:
> S
clear examples/docs would help me tremendously, especially for trivial things like this.
-Jo
How about this:Jarek- Original Message - From: <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Tuesday, April 13, 2004 9:58 PMSubject: RE: Re: [Nant-users] Conditional copy> Ian,>&
How about this:
Jarek
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 13, 2004 9:58 PM
Subject: RE: Re: [Nant-users] Conditional copy
> Ian,
>
> Thanks for your response but i'm not quite there yet.
>
&g
Ian, Thanks for your response but i'm not quite there yet. I see lots of nant tasks that support the "if" attribute, but I have a hard time finding documentation and/or examples on how to use it. Then there's this page: http://nant.sourceforge.net/nightly/help/tasks/if.html that explains the "if" t
take a look at the if attribute on . See the docs at:
http://nant.sourceforge.net/nightly/help/tasks/copy.html
somthing like :
...
Should do the trick
Ian
Jo De Greef wrote:
Hi all,
I'm trying to create a task that will copy my binaries to a seperate folder
after compilation. I created a csv f