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
further help.   Thanks, Noel   -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Jo De Greef Sent: Tuesday, April 13, 2004 6:23 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Conditional copy   Hi all,   I'm trying to create a task that will co

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
: RE: Re: Re: [Nant-users] Conditional copy > Jarek, > > Thank you for your quick response. I'll give it a try first thing tomorrow. > > I'd like to ask again however: is this documented anywhere? I don't quite have the time to trial & error every little thing in na

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

[Nant-users] Conditional copy

2004-04-13 Thread Jo De Greef
Title: Message Hi all,   I'm trying to create a task that will copy my binaries to a seperate folder after compilation. I created a csv file with the list of files to copy and let Nant iterate through it. Depending on the value of a property however I want to decide whether or not to copy th