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 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
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
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
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
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]
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
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
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
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
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
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
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
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
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.
: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
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
-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
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
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
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
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
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
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
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
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
26 matches
Mail list logo