RE: Copying files

2006-07-24 Thread Anderson, Rob (Global Trade)
Use the task, or point to the manifest.txt in it's original location in your jar task. -Rob A > -Original Message- > From: Mark Probert [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 20, 2006 3:07 PM > To: user@ant.apache.org > Subject: Copying files > > > Hi .. > > I have a build

Re: Copying files from dirs specified by libpath

2006-06-01 Thread Scot P. Floess
ay, May 31, 2006 4:39 PM To: Ant Users List Subject: Re: Copying files from dirs specified by libpath William: It seems I do this far too often and am corrected as there may be some stock ant task to do what you want ;) However, you can use ant-contrib tasks - specifically or which wil

RE: Copying files from dirs specified by libpath

2006-06-01 Thread William Press
This works like a charm. Thanks again for the help! - Bill -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:39 PM To: Ant Users List Subject: Re: Copying files from dirs specified by libpath William: It seems I do this far too often

Re: Copying files from dirs specified by libpath

2006-06-01 Thread Scot P. Floess
Is there a way to use that where your "source locations" are those contained in a ref-id who is made up of 's? He mentioned copying the files contained in directories that are defined in something (I thought to be) a ... I looked in the task but didn't see anyway one could use the

Re: Copying files from dirs specified by libpath

2006-05-31 Thread glenn opdycke-hansen
Perhaps copy/flatten="true" provides the function you are looking for. --glenn - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Copying files from dirs specified by libpath

2006-05-31 Thread Scot P. Floess
the above...lets assume you actually use a libpath refid... Hope that helps... Scot William Press wrote: Yes, that's correct. -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:08 PM To: Ant Users List Subject: Re: Copying files fr

RE: Copying files from dirs specified by libpath

2006-05-31 Thread William Press
Yes, that's correct. -Original Message- From: Scot P. Floess [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:08 PM To: Ant Users List Subject: Re: Copying files from dirs specified by libpath William: So, just to clarify you want to iterate over each directory in libpath

Re: Copying files from dirs specified by libpath

2006-05-31 Thread Scot P. Floess
William: So, just to clarify you want to iterate over each directory in libpath and copy the files from each into a directory? William Press wrote: Greetings, I have a libpath reference I'd like to use for copying files. Specifically, the libpath reference contains a list of directories,

Re: copying files

2006-04-14 Thread Antoine Levy-Lambert
Stan Ou wrote: Hello Stan, this is a use of the copy task using a nested regexp mapper. Please refer to the documentation. You would roughy do : Please test this suggestion, the regexp might need tweaking. Regards, Antoine Hi all, I've a situation here hope someone coul

RE: Copying files to unknown folder name (jboss war deployed folder)

2005-08-09 Thread Nir Geier
can u show a code sample please? i have no idea on how to do it. ty very much for your help. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 09, 2005 12:13 PM To: user@ant.apache.org Subject: AW: Copying files to unknown folder name (jboss war d

RE: Copying files through FTP to servers in different timezones

2005-03-18 Thread Conelly, Luis (GE Energy, Non GE, GENE)
ärz 2005 19:04 > An: Ant Users List > Betreff: RE: Copying files through FTP to servers in > different timezones > > Anybody notice that Jan.Materne replys appeared before Luis > Conelly questions?? > > "Conelly, Luis (GE Energy, Non GE, GENE)" > <[EMAIL P

RE: Copying files through FTP to servers in different timezones

2005-03-18 Thread Ninju Bohra
Anybody notice that Jan.Materne replys appeared before Luis Conelly questions?? "Conelly, Luis (GE Energy, Non GE, GENE)" <[EMAIL PROTECTED]> wrote:Thanks, Jan. I should've RTFM (read the fine manual, of course;) before call for help. Anyway, something new to learn. -Luis -Original Message-

RE: Copying files through FTP to servers in different timezones

2005-03-18 Thread Conelly, Luis (GE Energy, Non GE, GENE)
Thanks, Jan. I should've RTFM (read the fine manual, of course;) before call for help. Anyway, something new to learn. -Luis -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, March 18, 2005 11:49 AM To: user@ant.apache.org Subject: AW: Copying files throug

RE: copying files

2003-06-04 Thread Tharp, Joshua L, SOLGV
esday, June 03, 2003 8:14 AM To: 'Ant Users List' Subject: RE: copying files If base1 creates an instance of gui1, and gui1 creates an instance of base1, then you're screwed. I would suggest you revisit your design and try to find a cleaner way to write this. d. -Original Mess

Re: copying files

2003-06-04 Thread Jan . Materne
Title: Re: copying files Bertjan, I created a little sample application. - Extract the zip (keeping directory structure) - open a shell/cmd in the directory dir1/dir2   (the build.xml is there) - start ant simply by typing "ant" That works for me. Maybe we can use that as sta

Re: copying files

2003-06-04 Thread Jacob Kjome
t; > import base.base1; > > public class gui1 { > ... > } > > and likewise in your other classes with similar dependencies. > > Cheers > > Erwin > > -Original Message----- > From: Bertjan Broeksema [mailto:[EMAIL PROTECTED] > Sent: 03 June 2003 16:34