Re: [NAnt-users] Copy/Move directory fix

2012-03-19 Thread Ryan Boggs
Hi, Just a quick update, I made some additional adjustments to this fix based on some feedback I have received and updated the pull request link below. I'm CCing the user list just in case there are people in here that are interested in reviewing this change. Feel free to provide any feedback to

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 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

Re: [NAnt-users] copy Txt file to remote computer with UserName & pwd

2007-11-27 Thread Wayne Wong
If you want to transfer a text file to a shared folder, I think the simplest way is to map a network drive and use the task copy the file directly to the mapped drive. To map a network drive, just click Tools/Map Network Drive on your explorer window. Wayne http://www.nantbuilder.com NAntBuilder

Re: [NAnt-users] copy Txt file to remote computer with UserName & pwd

2007-11-27 Thread MurphyRic
Hi, Just a network Neighbourhood computer with a shared directory set with login credentials. Thanks & Regards Wayne Wong wrote: > > Hi, > > I think you meant a small task to transfer text file. Then what kind of > services runs on the remote computer? An FTP server, HTTP server, or just >

Re: [NAnt-users] copy Txt file to remote computer with UserName & pwd

2007-11-27 Thread Wayne Wong
Hi, I think you meant a small task to transfer text file. Then what kind of services runs on the remote computer? An FTP server, HTTP server, or just a Network Neighborhood computer? Wayne http://www.nantbuilder.com NAntBuilder Team MurphyRic wrote: > > Hello All, > > I need a small target

RE: [NAnt-users] copy a hidden file

2006-03-30 Thread Noel Gifford
I imagine that you'd first have to use the task to remove the hidden attribute, the file, and use the task to put the hidden attribute back on the file. Noel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sushant Goel Sent: Thursday, March 30, 2006 1

Re: [Nant-users] Copy of log4net.dll

2005-12-02 Thread Ian MacLean
si wrote: To whom it may concern, Just found a "Copy of log4net.dll" in the /bin/lib directory of 2005-12-01 nightly :) That was my fault. That will teach me for not using a completely clean cvs checkout befopre kicking off the build :) There is a new build up for 2005-12-02 - minus the

Re: [Nant-users] Copy

2005-06-08 Thread Troy Laurin
On 6/9/05, Paul Cowan <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > The following copy tag is copying the Source folder as well, can anyone tell > me why: Paul, The Source folder is being copied because the path of the files being copied is being calculated on the fileset, not on

RE: [Nant-users] Copy

2005-06-08 Thread Hart, Leo
Title: Message Should the second include be an exclude?  Are you trying to exclude "Source"? -Original Message-From: Paul Cowan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 08, 2005 12:57 PMTo: nant-users@lists.sourceforge.netSubject: [Nant-users] Copy Hi all,  

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 directory structure
Sreeni,   In your copy task, did you set the flatten attribute to true?  If so, set it to false.   Felice -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of SreeniSent: Thursday, September 16, 2004 6:20 AMTo: [EMAIL PROTECTED]Subject: [Nant-

Re: [Nant-users] Copy misses 'CVS' Directories

gh the folders the directories named 'cvs' do not appear. (foreach with item="File" does this also.) Here is an example build file: This will echo each folder name, but skips the 'cvs' folders. David -----Original Message----- From: Merrill Cornish [mailto:[EMAI

RE: [Nant-users] Copy misses 'CVS' Directories

Merrill Cornish [mailto:[EMAIL PROTECTED] Sent: Thursday, August 19, 2004 9:45 AM To: Shaber, David; [EMAIL PROTECTED] Subject: Re: [Nant-users] Copy misses 'CVS' Directories David, On my Windows XP machine, my CVS directories are marked as Hidden. I don't see an option on the task th

Re: [Nant-users] Copy misses 'CVS' Directories

David, On my Windows XP machine, my CVS directories are marked as Hidden. I don't see an option on the task that addresses whether hidden files/directories are copied, but it appears from your experience they aren't. On Windows, you can use the task to turn off the Hidden attributes, but th

RE: [Nant-users] copy file problem

heridge; [EMAIL PROTECTED]Subject: RE: [Nant-users] copy file problem I found that the problem was what someone else was mentioning here. The server had files locked and I couldn't copy over them.   What happened to XCopy deployment? The server isn't suppos

RE: [Nant-users] copy file problem

, May 04, 2004 10:39 AM To: Bob Archer; [EMAIL PROTECTED] Subject: RE: [Nant-users] copy file problem   I think the includes should either be "*.*", or if you want to use the "**" shorthand value then you also need to specify a partial path.  I happen to have been looking at

RE: [Nant-users] copy file problem

I think the includes should either be "*.*", or if you want to use the "**" shorthand value then you also need to specify a partial path.  I happen to have been looking at this this mrning and that's what I gathered from the task list documentation (I haven't tried this myself).   Here's th

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:

RE: [Nant-users] Copy aspx files when changed?

Hi, You want to look at the , and elements. For instance something like this **should** work Hope that helps. Clayton -Original Message- From: Philo Sent: Sun 7/27/2003 7:55 AM To: [EMAIL PROTECTED] Cc: Subje

Re: [Nant-users] Copy aspx files when changed?

I don't know if this solves your issue, but try using a simple task for your *.aspx files. It has a nice property of copying only files that are newer than the destination files. See $NANT/doc/help/tasks/copytask.html for an example. You should have another task that would compile all *.aspx.cs

RE: [Nant-users] Copy with the flatten feature

Title: Message i don't see a native way in nant, but for grins, i just did this.  it's "ugly", possibly there's a better approach, and it's not stress tested, but it "works on my machine".  basically, roll your own directory recursion: