RE: [Nant-users] Conditional copy

2004-04-14 Thread Noel Gifford
  />       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

RE: [Nant-users] Conditional copy

2004-04-14 Thread Fritz_Schenk
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

RE: [Nant-users] Conditional copy

2004-04-14 Thread Noel Gifford
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

RE: Re: [Nant-users] Conditional copy

2004-04-13 Thread sb008515
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

Re: Re: Re: [Nant-users] Conditional copy

2004-04-13 Thread Jaroslaw Kowalski
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

RE: Re: Re: [Nant-users] Conditional copy

2004-04-13 Thread de . greef
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,>&

Re: Re: [Nant-users] Conditional copy

2004-04-13 Thread Jaroslaw Kowalski
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

RE: Re: [Nant-users] Conditional copy

2004-04-13 Thread de . greef
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

Re: [Nant-users] Conditional copy

2004-04-13 Thread Ian MacLean
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