Re: Copy task not to overwrite but rename the file as _1 _2 etc..

2013-10-07 Thread Matt Benson
No, off the top of my head i can't think of a simple way to do this with a basic Ant installation. Matt On Mon, Oct 7, 2013 at 9:57 AM, Raja Nagendra Kumar < nagendra.r...@tejasoft.com> wrote: > ** > Hi Matt, > > I meant rename as smart rename... nothing related to move.. > > e.g I am copying 3

Re: Copy task not to overwrite but rename the file as _1 _2 etc..

2013-10-07 Thread Raja Nagendra Kumar
Hi Matt, I meant rename as smart rename... nothing related to move.. e.g I am copying 3 files from different directories.. but all have the same name as classes.jar when all these are copied to a dir xyz, then copy task should let xyz would copy classe

Re: Copy task not to overwrite but rename the file as _1 _2 etc..

2013-10-07 Thread Matt Benson
To rename files in the same directory you probably want to use the move task with a glob mapper; just be careful what files you select to begin with. Matt On Oct 7, 2013 9:14 AM, "Raja Nagendra Kumar" wrote: > Hi Matt, > > Are there any pre-packaged mappers in ant.. which does this mapping by >

Re: Copy task not to overwrite but rename the file as _1 _2 etc..

2013-10-07 Thread Raja Nagendra Kumar
Hi Matt, Are there any pre-packaged mappers in ant.. which does this mapping by default.. For flattening there is one already.. but do not see any for rename when file already exists.. requirement of mine.. Regards, Nagendra On 10/7/2013 7:25 PM, Matt Benson wrote: It sounds like you want th

Re: Copy task not to overwrite but rename the file as _1 _2 etc..

2013-10-07 Thread Matt Benson
It sounds like you want the functionality provided by filename mappers. Matt On Oct 7, 2013 4:20 AM, "Raja Nagendra Kumar" wrote: > Hi > > Does copy task have any option to rename to be copie file as > existing_file_1.xx etc.. just like windows does rename the existing files.. > > Regards, > Nag

Copy task not to overwrite but rename the file as _1 _2 etc..

2013-10-07 Thread Raja Nagendra Kumar
Hi Does copy task have any option to rename to be copie file as existing_file_1.xx etc.. just like windows does rename the existing files.. Regards, Nagendra -- View this message in context: http://ant.1045680.n5.nabble.com/Copy-task-not-to-overwrite-but-rename-the-file-as-1-2-etc-tp5714507.h