Re: AW: AW: AW: Copying Folder

2008-12-24 Thread blazingwolf7
t; - use a > - check the existence with and a condition, like > > > > > > Jan > >>-Ursprüngliche Nachricht- >>Von: blazingwolf7 [mailto:blazingwo...@gmail.com] >>Gesendet: Dienstag, 23. Dezember 2008 10:28 >>An: user@ant.ap

Re: AW: AW: Copying Folder

2008-12-23 Thread blazingwolf7
file is missing..it won't come out error. Is there anywhere I can do to stop the process if a file fail to be copy? Jan.Materne wrote: > > You could or . > > Jan > >>-Ursprüngliche Nachricht- >>Von: blazingwolf7 [mailto:blazingwo...@gmail.com] >>

RE: AW: Copying Folder

2008-12-22 Thread blazingwolf7
to transfer. Can that be done? Rebhan, Gilbert wrote: > > > > -Original Message----- > From: blazingwolf7 [mailto:blazingwo...@gmail.com] > Sent: Monday, December 22, 2008 10:12 AM > To: user@ant.apache.org > Subject: Re: AW: Copying Folder > > /* > Not

Re: AW: Copying Folder

2008-12-22 Thread blazingwolf7
he Nachricht- > Von: blazingwolf7 [mailto:blazingwo...@gmail.com] > Gesendet: Montag, 22. Dezember 2008 09:53 > An: user@ant.apache.org > Betreff: Re: Copying Folder > > /* > Hmm...there are .txt and other files inside there.. > There are folders as well. I want to ignor

Re: Copying Folder

2008-12-22 Thread blazingwolf7
t; folders, if you wish to use the include clause add another with the > value of '*/', otherwise remove > > On Mon, Dec 22, 2008 at 7:26 PM, blazingwolf7 > wrote: >> >> Hi, >> >> I am trying to used ant to copy all files from one folder to another.

Copying Folder

2008-12-22 Thread blazingwolf7
Hi, I am trying to used ant to copy all files from one folder to another. But from the directory the files to be copy from contains some folders as well. I tried to copy all the files except for the folders but fail to do so. Can anyone advic