Ant Copy Task Overwrite ignore listener

2013-10-08 Thread Raja Nagendra Kumar
Hi, Is it possible of add log to console all the Overwritten files/Override ignored files during copy. If not though ant xml script, is it possible to do the same through API. Regards, Nagendra -- Raja Nagend

Re: Access denied with ant copy task

2010-10-31 Thread efe4it
er under a specific account. Regards -- View this message in context: http://ant.1045680.n5.nabble.com/Access-denied-with-ant-copy-task-tp3242026p3243937.html Sent from the Ant - Users mailing list archive at Nabble.com. --

Re: Access denied with ant copy task

2010-10-29 Thread efe4it
: http://ant.1045680.n5.nabble.com/Access-denied-with-ant-copy-task-tp3242026p3242614.html Sent from the Ant - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@ant.apache.org For additional commands, e-mail: user-h...@ant.apache.org

Re: Using regular expressions to select files when using ant copy task

2009-06-24 Thread David Weintraub
nd various combinations > of: >             >                 >             > > That didn't work either.  Can anybody please help? > > Thanks! > > -- > View this message in context: > http://www.nabble.com/Using-regular-expressions-to-select-files-when-us

Using regular expressions to select files when using ant copy task

2009-06-23 Thread Jack Blan
That didn't work either. Can anybody please help? Thanks! -- View this message in context: http://www.nabble.com/Using-regular-expressions-to-select-files-when-using-ant-copy-task-tp24174053p24174053.html Sent from the Ant - Users mailing list archive at Nabble.com. ---

AW: Ant copy file error: Only one of tofile and todir may be set

2009-05-07 Thread Jan.Materne
27;. Jan >-Ursprüngliche Nachricht- >Von: Nafter [mailto:hdo...@allshare.nl] >Gesendet: Donnerstag, 7. Mai 2009 11:52 >An: user@ant.apache.org >Betreff: Ant copy file error: Only one of tofile and todir may be set > > >I'm using maven with included ANT task

Ant copy file error: Only one of tofile and todir may be set

2009-05-07 Thread Nafter
I'm using maven with included ANT tasks to copy files. However I receive the following error. In an other step during the maven build process I use ant copy as well in which I have to set the toDir. But this step is not using the todir at all. But it seems it complains about the fact tha

Ant - copy existing files from one folder to other folder (and all it's subfolders)

2009-01-12 Thread Alexei Alexei
Hi! In "myfolder1" I have many files. I need to find (by name) all files that are exist in the folder "myfolder1" AND folder "myfolder2" (and all it's subfolders) and copy finded files from "myfolder1" to "myfolder2"(and all it's subfolders). E.g. in the folder "myfolder1" I have the next fil

Ant - copy existing files from one folder to other folder (and all it's subfolders)

2009-01-02 Thread Alexei Alexei
Hi! In "myfolder1" I have many files. I need to find (by name) all files that are exist in the folder "myfolder1" AND folder "myfolder2" (and all it's subfolders) and copy finded files from "myfolder1" to "myfolder2"(and all it's subfolders). E.g. in the folder "myfolder1" I have the next file

RE: Ant- copy file from one folder to many folders

2008-12-29 Thread Rebhan, Gilbert
-Original Message- From: Alexei Alexei [mailto:a_subscri...@mail.ru] Sent: Monday, December 29, 2008 11:21 AM To: Rebhan, Gilbert Subject: RE: Ant- copy file from one folder to many folders /* The global task is: In the folder "myfolder1" I have file "myclass.class

RE: Ant- copy file from one folder to many folders

2008-12-29 Thread Rebhan, Gilbert
-Original Message- From: David Weintraub [mailto:qazw...@gmail.com] Sent: Monday, December 29, 2008 6:10 AM To: Ant Users List; Alexei Alexei Subject: Re: Ant- copy file from one folder to many folders /* The standard task requires a single target name, so you couldn't do it wit

Re: Ant- copy file from one folder to many folders

2008-12-28 Thread David Weintraub
The standard task requires a single target name, so you couldn't do it with the standard Ant tasks. However, there is a special addition to Ant called the AntContrib tasks . These extend Ant to allow for all sorts of tricks. There's one special AntContrib task

Ant- copy file from one folder to many folders

2008-12-28 Thread Alexei Alexei
Hi! I have file "myclass.class" in the next folders: -myfolder1 -myfolder2 -myfolder2/test -myfolder2/test/test2 -myfolder2/test3 I need to copy "myclass.class" from "myfolder1" to the folder "myfolder2" and all it's subfolders. How I can do this with Ant Новый Mail.Ru Агент с Аськой! http:

help with ant - copy and filesets

2008-12-14 Thread Muralidhar Manku
Hi , I am new to ant to script. I am looking for some help for the below task Suppose the directory "/d1/user1/abc/" has 50 subdirectories. and these sub directories in turn have some other directories and some java files. a) Create a temp directory (/d1/temp) a) I need to create a directory unde

Re: help with ant - copy and filesets

2008-12-12 Thread manku
t; > > > - > To unsubscribe, e-mail: user-unsubscr...@ant.apache.org > For additional commands, e-mail: user-h...@ant.apache.org > > &

Re: help with ant - copy and filesets

2008-12-12 Thread Prashant Reddy
Take a look at "mapper" http://ant.apache.org/manual/CoreTypes/mapper.html manku wrote: Hi , I am new to ant to script. I am looking for some help for the below task Suppose the directory "/d1/user1/abc/" has 50 subdirectories. and these sub directories in turn have some other directories an

help with ant - copy and filesets

2008-12-12 Thread manku
mnc/a.java Please advice Thanks, -- Muralidhar -- View this message in context: http://www.nabble.com/help-with-ant---copy-and-filesets-tp20987842p20987842.html Sent from the Ant - Users mailing list archive at Nabble.com. - To u

Re: How do I strip off part of the file name when I do a ANT copy

2007-10-19 Thread Sunil Prabhakaran
try the ANT contrib task propertyregexp http://ant-contrib.sourceforge.net/tasks/tasks/propertyregex.html One example would be to use it this way regards Sunil Prabhakaran On 10/19/07, Eric Wood <[EMAIL PROTECTED]> wrote: > > I have a bunch of templates that I

How do I strip off part of the file name when I do a ANT copy

2007-10-18 Thread Eric Wood
I have a bunch of templates that I expandproperties on to produce environment specific versions using the following code: The file name ( in the property ${current.file} ) contains the name "TEMPLATE" and I want to remove once I perform this move. For e

Re: ANT - copy file to network drive

2007-06-14 Thread Tommy Nordgren
View this message in context: http://www.nabble.com/ANT---copy-file- to-network-drive-tf3919812.html#a4377 Sent from the Ant - Users mailing list archive at Nabble.com. 1. There are far too many backslashes between each path segment. In ant properties you should use a single backslash be

Re: ANT - copy file to network drive

2007-06-14 Thread Steve Loughran
sarancse wrote: Hi I am trying to copy my war file from local drive[Windows] to network drive[Linux] using my ANT script. My network drive path is \\usr\\local\\java\\jboss-4.2.0-GA I got "the network path was not found" error. Please help on this. This means its not a valid network path.

ANT - copy file to network drive

2007-06-13 Thread sarancse
nabble.com/ANT---copy-file-to-network-drive-tf3919812.html#a4377 Sent from the Ant - Users mailing list archive at Nabble.com.

Ant: copy files

2007-03-22 Thread Denis Bessmertnyj
Hi, I need to do the following things: I want to copy some files, which I know, from one directory to another. But I'm a bit confused with fileset syntax. I want to specify all jar files as nested elements. I have tried to do the folllowing, but nothing:

Ant: copy all but exclude one directory

2005-02-08 Thread Douglas Kramer
I haven't gotten a reply yet, so I'll try again. Does anyone see any syntax or logic mistakes in this fileset? I have this structure: ${WORKDIR} | +-BACKUP +-DIR1 +-DIR2 +-file1 +-file2 How would I recursively copy all files and dirs below ${WORKDIR} exc

Ant Copy

2003-08-14 Thread Vikas Phonsa
Sorry guys I'm posting this issue again but I really need some ideas on it. Please help. I had files A,B,C in Project1 and were copies to Project2. In Project2 I deleted the file C but added a new file D. Now when I copy back, Ant would copy the new file D to Project1 and other files that were mo