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 > &

Copying files

2006-07-20 Thread Mark Probert
Hi .. I have a build that uses an automatically generated manifest file. When I start the build, I cannot be certain that my dest directory (classes/) is going to exist, so I have a task to create it. My question is, how do I then copy the manifest file into that directory? My jar task lo

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 direct

Copying files from dirs specified by libpath

2006-05-31 Thread William Press
Greetings, I have a libpath reference I'd like to use for copying files. Specifically, the libpath reference contains a list of directories, and I would like to copy all of the files contained in these directories into a target directory. I realize I can convert this into a comma-deli

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

copying files

2006-04-13 Thread Stan Ou
Hi all, I've a situation here hope someone could give me some guidance. In my build script, I need to copy some files like this: from: c:\from\qaz\123\common\some.xml c:\from\wsx\345\common\some.xml c:\from\edc\678\common\some.xml to: c:\to\123\common\some.xml c:\to\456\common\some.xml c:\to\67

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

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

2005-08-09 Thread Jan.Materne
Dienstag, 9. August 2005 12:59 >An: Ant Users List >Betreff: Copying files to unknown folder name (jboss war >deployed folder) > >Hi all, > >I'm trying to achieve this simple task: > >I want to copy files to my jboss deploy dir. >The deploy dir is generated autom

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

2005-08-09 Thread Nir Geier
Hi all, I'm trying to achieve this simple task: I want to copy files to my jboss deploy dir. The deploy dir is generated automatically every server start/deploy and get the following name pattern: XMyAppName.war now i want to copy files from c:\aaa into the above directory.

RE: Copying files through FTP to servers in different timezones

2005-03-18 Thread Conelly, Luis (GE Energy, Non GE, GENE)
:08 PM To: user@ant.apache.org Subject: AW: Copying files through FTP to servers in different timezones You have to know, that we have a B2B (brain-to-brain) connection :-) Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. M

AW: Copying files through FTP to servers in different timezones

2005-03-18 Thread Jan . Materne
You have to know, that we have a B2B (brain-to-brain) connection :-) Jan > -Ursprüngliche Nachricht- > Von: Ninju Bohra [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. März 2005 19:04 > An: Ant Users List > Betreff: RE: Copying files through FTP to servers in > d

RE: Copying files through FTP to servers in different timezones

2005-03-18 Thread Ninju Bohra
-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 through FTP to servers in different timezones Do you know the selector? Jan > -Ursprüngliche Nachricht- > Von: Conel

AW: Copying files through FTP to servers in different timezones

2005-03-18 Thread Jan . Materne
Ant Users List > Betreff: RE: Copying files through FTP to servers in > different timezones > > Thanks, Jan. I should've RTFM (read the fine manual, of > course;) before call > for help. > Anyway, something new to learn. > > -Luis > > -Original

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

AW: Copying files through FTP to servers in different timezones

2005-03-18 Thread Jan . Materne
Do you know the selector? Jan > -Ursprüngliche Nachricht- > Von: Conelly, Luis (GE Energy, Non GE, GENE) > [mailto:[EMAIL PROTECTED] > Gesendet am: Freitag, 18. März 2005 18:54 > An: Ant Users List > Betreff: Copying files through FTP to servers in different tim

Copying files through FTP to servers in different timezones

2005-03-18 Thread Conelly, Luis (GE Energy, Non GE, GENE)
Hi all, I have the following target __ Files from ${local.dir} were updated to ${remote.dir} at ${ftp.server} server __ To copy my files to my DEV server, which is setup with a different Timezone than mine (EST vs

copying files with NTFS-ACL ( a la "xcopy /o")

2003-06-27 Thread Peter Fischer
Hi all, I am looking for a way to copy entire directory trees (filesets minus some excludes) across hosts, while preserving file ownership and file permissions. Thus I needed a "xcopy /o"-wrapper task for copying to mapped drives or something to serialize a "file with ACL"-object in order to se

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