Re: [NAnt-users] Copy command not working

2008-04-11 Thread Roy Abou Assaly
gt; > > > > > > Cheers, > > > > > > Bill > > > > > > > > > > > > > > > > > > > > > > > > -Original Message- > > > From: [EMAIL P

Re: [NAnt-users] Copy command not working

2008-04-11 Thread Roy Abou Assaly
; > > > > > > > > -Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer > > Sent: 11 April 2008 16:58 > > To: Roy Abou Assaly > > Cc: nant-users@lists.sourceforge

Re: [NAnt-users] Copy command not working

2008-04-11 Thread Roy Abou Assaly
-Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer > Sent: 11 April 2008 16:58 > To: Roy Abou Assaly > Cc: nant-users@lists.sourceforge.net > Subject: Re: [NAnt-users] Copy command not working > > > > It must be

Re: [NAnt-users] Copy command not working

2008-04-11 Thread Bill Martin
re in there. Cheers, Bill -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Archer Sent: 11 April 2008 16:58 To: Roy Abou Assaly Cc: nant-users@lists.sourceforge.net Subject: Re: [NAnt-users] Copy command not working It must be that your files

Re: [NAnt-users] Copy command not working

2008-04-11 Thread Bob Archer
@lists.sourceforge.net Subject: Re: [NAnt-users] Copy command not working Hi Bob, The destination is empty. So I don't believe this will have any effect. Thanks! 2008/4/10 Bob Archer <[EMAIL PROTECTED]>: > It will only copy newer files. Have the files changed? > > > -Origin

Re: [NAnt-users] Copy command not working

2008-04-11 Thread Roy Abou Assaly
Hi Bob, The destination is empty. So I don't believe this will have any effect. Thanks! 2008/4/10 Bob Archer <[EMAIL PROTECTED]>: > It will only copy newer files. Have the files changed? > > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roy Abou

Re: [NAnt-users] Copy command not working

2008-04-10 Thread Bob Archer
It will only copy newer files. Have the files changed? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Roy Abou Assaly Sent: Thursday, April 10, 2008 4:21 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] Copy command not working Hi, I have a

Re: [NAnt-users] Copy command not working

2008-04-10 Thread Chris Snider
I have some scripts that work at nested levels as well. The only difference I see in the way you have implemented and the way I have done it is the use of a "createdirs" task that I have. It creates the appropriate folder structure as deep as required before the copy task runs. If anyone know