Re: Copy taks, include files exclude subfolders

2005-02-04 Thread Gerard Janssen
ouriers Division > > "The universal aptitude for ineptitude > makes any human accomplishment an incredible miracle." > - Col. John P. Stapp > www.smallfrymobile.com <http://www.smallfrymobile.com> > > > -Original Message- > From: James Abley [mailto:[EMA

RE: Copy taks, include files exclude subfolders

2005-02-01 Thread Matt Benic
obile.com <http://www.smallfrymobile.com> -Original Message- From: Lieve Van den Heuvel [mailto:[EMAIL PROTECTED] Sent: 01 February 2005 01:04 PM To: user@ant.apache.org Subject: RE: Copy taks, include files exclude subfolders Hi Have you tried to make a double fileset?

RE: Copy taks, include files exclude subfolders

2005-02-01 Thread Lieve Van den Heuvel
TEXT.htm Description: Binary data Privileged Confidential Information may be contained in this message. If you are not the addressee indicated in this message (or responsible for delivery of the message to such person), you may not copy or deliver this message to anyone. In such case, you shoul

RE: Copy taks, include files exclude subfolders

2005-02-01 Thread Matt Benic
ttp://www.smallfrymobile.com> -Original Message- From: James Abley [mailto:[EMAIL PROTECTED] Sent: 01 February 2005 12:21 PM To: Ant Users List Subject: Re: Copy taks, include files exclude subfolders On Tue, 2005-02-01 at 10:16, James Abley wrote: > On Tue, 2005-02-01 at 10:10, Matt Benic wr

Re: Copy taks, include files exclude subfolders

2005-02-01 Thread James Abley
On Tue, 2005-02-01 at 10:16, James Abley wrote: > On Tue, 2005-02-01 at 10:10, Matt Benic wrote: > > Hi there, > > I am having trouble implementing a copy task. Given the following folder > > layout: > > /sourcefolder > > file1 > > file2.dat > > /subfolder1 > > file3 > > /su

Re: Copy taks, include files exclude subfolders

2005-02-01 Thread Lieve Van den Heuvel
Hi Can you send the target that you're executing? In the fileset element did you specify **/*.*? Otherwise you might try to change it to *.*, normally that means that no subdirectories are taken in.. Hope this helps.. Greetz >>> [EMAIL PROTECTED] 1/02/2005 11:10:29 >>> Hi

Re: Copy taks, include files exclude subfolders

2005-02-01 Thread James Abley
On Tue, 2005-02-01 at 10:10, Matt Benic wrote: > Hi there, > I am having trouble implementing a copy task. Given the following folder > layout: > /sourcefolder > file1 > file2.dat > /subfolder1 > file3 > /subfolder2 > file4 > > I want to be able to copy all files in

Copy taks, include files exclude subfolders

2005-02-01 Thread Matt Benic
Hi there, I am having trouble implementing a copy task. Given the following folder layout: /sourcefolder file1 file2.dat /subfolder1 file3 /subfolder2 file4 I want to be able to copy all files in the top level directory, but not recurse through the subfolders. ie I