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

2010-10-05 Thread Parrish, Ken
Do ... didn't see that in the task list. Thanks, Ken From: Bob Archer [mailto:bob.arc...@amsi.com] Sent: Tuesday, October 05, 2010 3:56 PM To: Parrish, Ken; NAnt-users@lists.sourceforge.net Subject: RE: Copy task and file write time stamp ... touch? From: Parrish, Ken [mailto:kparr...@gomez.c

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 de

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

2005-03-14 Thread Eric Bowen
Work around:   1. Make sure none of the files or directories involved are Read-Only. 2. In my case the source files are all being retrieved from Visual Source Safe (VSS) at the start of the Nant script using code like the following:    username="${vss.user}"     password="${vss.

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
Steve,   Have you tried this:          Re: [Nant-users] COPY TASK NOT WORKING
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

The first time I tried something like this, I got tripped up because the copy task only copies *newer* files. Could your timestamps be at issue? Nick -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Arif Mohammed Sent: Tuesday, September 23, 2003 23:46 To: