RE: moving directories

2005-09-23 Thread Rizwan Merchant
That did the trick! Thank you very much. Rizwan Merchant Software Developer Alpha-IT Technologies 416-449-2166 [EMAIL PROTECTED] -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 1:42 PM To: Ant Users List Subject: Re: moving

Re: moving directories

2005-09-23 Thread Antoine Levy-Lambert
Rizwan Merchant wrote: have a look at the "defaultexcludes" attribute of filesets. should work for you Cheers, Antoine Cheers, Antoine >Hi, >After more investigation, I have found that due to folders and files >relating to CVS (I am checking out the code from CVS, whic

RE: moving directories

2005-09-23 Thread Rizwan Merchant
Technologies 416-449-2166 [EMAIL PROTECTED] -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 12:41 PM To: Ant Users List Subject: RE: moving directories If you want to unconditionally move a whole directory structure, you can, in the lates

RE: moving directories

2005-09-23 Thread Matt Benson
riday, September 23, 2005 12:21 PM > To: Ant Users List > Subject: Re: moving directories > > --- Rizwan Merchant <[EMAIL PROTECTED]> wrote: > > > > > > > Hi, > > > > I've posted before regarding this topic, but > haven't > >

RE: moving directories

2005-09-23 Thread Rizwan Merchant
Hi, I'm using version 1.6.5 Rizwan Merchant Software Developer Alpha-IT Technologies 416-449-2166 [EMAIL PROTECTED] -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 12:21 PM To: Ant Users List Subject: Re: moving directories --- R

Re: moving directories

2005-09-23 Thread Matt Benson
--- Rizwan Merchant <[EMAIL PROTECTED]> wrote: > > > Hi, > > I've posted before regarding this topic, but haven't > been able to solve my > problem. I am trying to back up a directory by > moving it to another location > using the following move task > > > > > > > >

moving directories

2005-09-23 Thread Rizwan Merchant
Hi, I've posted before regarding this topic, but haven't been able to solve my problem. I am trying to back up a directory by moving it to another location using the following move task The above task does move the directory, all

RE: moving directories

2005-09-14 Thread Bhadra, Jatin
lto:[EMAIL PROTECTED] Sent: 13 September 2005 23:04 To: 'Ant Users List'; [EMAIL PROTECTED] Subject: RE: moving directories Hi again, So I investigated further and realized that the command I am using to move all directories(and their contents) which have name of the pattern UHM-* moves all

RE: moving directories

2005-09-13 Thread Rizwan Merchant
To: 'Ant Users List'; [EMAIL PROTECTED] Subject: RE: moving directories Thanks for the responses. There are no locks that I am aware of. Kinjal, can you elaborate on that please? Which "file name" should I include? I want all files under those directories to be moved along w

RE: moving directories

2005-09-13 Thread Rizwan Merchant
- From: Kinjal [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 13, 2005 12:39 PM To: Ant Users List Subject: RE: moving directories Read the examples of fileset in Apache Ant document and do the changes as per it. It should work. Including the file name in your script should work. Thanks a

RE: moving directories

2005-09-13 Thread Kinjal
To: 'Ant Users List' Subject: RE: moving directories I am guessing here. Is there some process keeping a lock on those files or folders that left behind in source directory? Jatin Bhadra www.cmware.co.uk -Original Message- From: Rizwan Merchant [mailto:[EMAIL PROTECTED

RE: moving directories

2005-09-13 Thread Bhadra, Jatin
I am guessing here. Is there some process keeping a lock on those files or folders that left behind in source directory? Jatin Bhadra www.cmware.co.uk -Original Message- From: Rizwan Merchant [mailto:[EMAIL PROTECTED] Sent: 13 September 2005 17:07 To: 'Ant Users List' Subje

moving directories

2005-09-13 Thread Rizwan Merchant
Hi, I'm trying to move directories that have a certain pattern in their name to another directory using the command below