Re: scp fileset and copy subdirectory/files issue

2008-03-16 Thread Atsuhiko Yamanaka
Hi, 2008/1/24, Bizard Nicolas (KIRO 41) <[EMAIL PROTECTED]>: > i ran into the same problems, i think it's a bug... Can you try ant 1.7.1beata[1] to check if it has been fixed? [1] http://people.apache.org/~kevj/ant/ant-1.7.1beta.tar.gz --

RE: scp fileset and copy subdirectory/files issue

2008-03-16 Thread LowMemory
s a bug... >> However, there is a simple workaround -> zip all the files, and then >> unzip remotely with sshexec... >> >> Hope that helps. >> Nicolas >> >> -Original Message- >> From: Z W [mailto:[EMAIL PROTECTED] >> Sent: Thursd

RE: scp fileset and copy subdirectory/files issue

2008-03-15 Thread LowMemory
ll the files, and then > unzip remotely with sshexec... > > Hope that helps. > Nicolas > > -Original Message- > From: Z W [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 24, 2008 6:00 AM > To: user@ant.apache.org > Subject: scp fileset and copy subdirectory/

RE: scp fileset and copy subdirectory/files issue

2008-01-24 Thread Bizard Nicolas (KIRO 41)
To: user@ant.apache.org Subject: scp fileset and copy subdirectory/files issue Hi Ant 1.7 on Windows XP I wanted to transfer files from base directory and subdirectories. I have the following: The local directories structure is as on Windows: F:\script\db\dbs F:\script\db\pop F:\scrip

scp fileset and copy subdirectory/files issue

2008-01-23 Thread Z W
Hi Ant 1.7 on Windows XP I wanted to transfer files from base directory and subdirectories. I have the following: The local directories structure is as on Windows: F:\script\db\dbs F:\script\db\pop F:\script\db\pop\dat F:\script\db\pop\util All files inside F:\script\db\dbs are co