Re: [NAnt-users] Copy task and file write time stamp ...

2010-10-05 Thread Parrish, Ken
kparr...@gomez.com] Sent: Tuesday, October 05, 2010 2:50 PM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] Copy task and file write time stamp ... The default behavior of the task is that file write times for the source file are reflected at the destination. Is there a way to change the beh

Re: [NAnt-users] Copy task and file write time stamp ...

2010-10-05 Thread Bob Archer
touch? From: Parrish, Ken [mailto:kparr...@gomez.com] Sent: Tuesday, October 05, 2010 2:50 PM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] Copy task and file write time stamp ... The default behavior of the task is that file write times for the source file are reflected at the

[NAnt-users] Copy task and file write time stamp ...

2010-10-05 Thread Parrish, Ken
The default behavior of the task is that file write times for the source file are reflected at the destination. Is there a way to change the behavior of the task such that the last file write time for the destination file is set to the current time? Is there a separate task in Nant that can

[NAnt-users] copy task error handle

2009-03-18 Thread netvampire.tw
Dear         I have many copy tasks in my build file,it always success even when the file or directory not exists.. Is there anyway to handle fileset or directory when it not exists? I know there are functions about file::exists and directory::exists, but how to vaildate in fileset? if I copy a

RE: [Nant-users] Copy task problem: Coping two instances of the same file to one new location

2005-03-14 Thread Eric Bowen
"<%=_vssPaths[x]%>"    verbose="true"    failonerror="true"    />   Changing writable to TRUE solved the problem!   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric BowenSent: Monday, March 14, 2005 1:32 PMTo: Nant-users@lists.

[Nant-users] Copy task problem: Coping two instances of the same file to one new location

2005-03-14 Thread Eric Bowen
I'm having a problem with the copy task failing (System.UnauthorizedAccessException) when it tries to copy two seperate instances of the same file to one destination.  I've got a simple copy task that is supposed to consolidate the bin directories from multiple projects into one common bin d

RE: [Nant-users] copy task

2004-11-30 Thread Gert Driesen
ag 29 november 2004 20:27To: Steve Baker; [EMAIL PROTECTED]Subject: RE: [Nant-users] copy task Steve,   The latest Nant's copy task help is located here:  http://nant.sourceforge.net/nightly/latest/help/tasks/copy.html   From looking at the help, the basedir value is alw

RE: [Nant-users] copy task

2004-11-29 Thread Felice Vittoria
bug or per design.   Felice -Original Message-From: Steve Baker [mailto:[EMAIL PROTECTED]Sent: Monday, November 29, 2004 1:19 PMTo: Felice Vittoria; [EMAIL PROTECTED]Subject: RE: [Nant-users] copy task Felice,   Thanks that worked.  Is this documented anywhere?  

RE: [Nant-users] copy task

2004-11-29 Thread Steve Baker
nt: Monday, November 29, 2004 12:57 PM To: Steve Baker; [EMAIL PROTECTED] Subject: RE: [Nant-users] copy task   Steve,   Have you tried this:   <property name="test.deploy.directory" value="\\servername\XmlTestResults" /> <property name="r

RE: [Nant-users] copy task

2004-11-29 Thread Felice Vittoria
leset basedir="${root.directory}">   <include name="XmlTestResults\**\*.*" />    fileset> copy>   Felice       -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Steve BakerSent: Monday, November 29, 2004

[Nant-users] copy task

2004-11-29 Thread Steve Baker
I am using the copy task to copy a local directory to a network share. Here is the setup:           

Re: [Nant-users] COPY TASK NOT WORKING

2003-09-23 Thread Ian MacLean
Arif , can you please post the error output from nant so that we can see the point of failure. Ian Hi All, Iam using NANT for the First time..I wanted to copy files using the COPY TASK... As follows.

RE: [Nant-users] COPY TASK NOT WORKING

2003-09-23 Thread Nick Varacalli
: '[EMAIL PROTECTED]' Subject: [Nant-users] COPY TASK NOT WORKING Hi All, Iam using NANT for the First time..I wanted to copy files using the COPY TASK...

[Nant-users] COPY TASK NOT WORKING

2003-09-23 Thread Arif Mohammed
Hi All, Iam using NANT for the First time..I wanted to copy files using the COPY TASK... As follows. The source files basedir contains the files checked out from Visual

[Nant-users] COPY TASK NOT WORKING

2003-09-23 Thread Arif Mohammed
Hi All, Iam using NANT for the First time..I wanted to copy files using the COPY TASK... As follows. The source files basedir contains the files checked out fro