AW: AW: Rename a dir

2010-03-28 Thread Knuplesch, Juergen
gart 17655 USt-IdNr.: DE 811944121 -Ursprüngliche Nachricht- Von: Mike Stewart [mailto:mstew...@mgtplc.com] Gesendet: Freitag, 26. März 2010 16:59 An: Ant Users List Betreff: Re: AW: Rename a dir try: Mike S. >>> "Knuplesch, Juergen" 26/03/2010 14:3

Re: AW: Rename a dir

2010-03-26 Thread Mike Stewart
achricht- Von: St. Denis, David [mailto:david.stde...@siemens.com] Gesendet: Freitag, 26. März 2010 15:26 An: Ant Users List Betreff: RE: Rename a dir Is this not what you are looking for? -Original Message- From: Knuplesch, Juergen [mailto:juergen.knuple...@icongmb

AW: Rename a dir

2010-03-26 Thread Knuplesch, Juergen
:26 An: Ant Users List Betreff: RE: Rename a dir Is this not what you are looking for? -Original Message- From: Knuplesch, Juergen [mailto:juergen.knuple...@icongmbh.de] Sent: Friday, March 26, 2010 2:04 AM To: Ant Users List Subject: AW: Rename a dir Thanks Antoine, The ANT

RE: Rename a dir

2010-03-26 Thread St. Denis, David
Is this not what you are looking for? -Original Message- From: Knuplesch, Juergen [mailto:juergen.knuple...@icongmbh.de] Sent: Friday, March 26, 2010 2:04 AM To: Ant Users List Subject: AW: Rename a dir Thanks Antoine, The ANT docu says: Since Ant 1.6.3, the file

RE: Rename a dir

2010-03-26 Thread Chakravarthy, Srikanth
second dir. Regards, Srikanth -Original Message- From: Knuplesch, Juergen [mailto:juergen.knuple...@icongmbh.de] Sent: Friday, March 26, 2010 12:34 PM To: Ant Users List Subject: AW: Rename a dir Thanks Antoine, The ANT docu says: Since Ant 1.6.3, the file attribute may be used to move

AW: Rename a dir

2010-03-26 Thread Knuplesch, Juergen
first dir inside the second dir and this is not a rename. So the question remains: How to rename a dir with ANT 1.7.1 and Windows XP? Does anyone know? Maybe I have a look in the code Greetings Juergen -- Jürgen Knupleschwww.icongmbh.de icon Systemhaus GmbH

Re: Rename a dir

2010-03-25 Thread Antoine Levy Lambert
try using the todir attribute instead of tofile. I am not sure what the end result will be but this might be faster. Regards, Antoine Knuplesch, Juergen wrote: Hello, I want to rename a dir and used the following: But this moved all the files inside dirbase2 to dirbase2.new

Rename a dir

2010-03-25 Thread Knuplesch, Juergen
Hello, I want to rename a dir and used the following: But this moved all the files inside dirbase2 to dirbase2.new: [echo] finally message [move] Moving 14406 files to ... I just want to rename the dirname! I use ANT with Windows XP and this is a network path. Is a way

Re: AW: How to rename a dir?

2009-10-07 Thread Scot P. Floess
Well there is a rename task - but it was deprecated in favor of ... Maybe the tofile attribute could be renamed to be more obvious? On Wed, 7 Oct 2009, Francis GALIEGUE wrote: On Wed, Oct 7, 2009 at 16:33, Scot P. Floess wrote: Ha ha - me neither! A little misleading based upon the docs ;

Re: How to rename a dir?

2009-10-07 Thread ray . harper
9 10:13 AM Please respond to "Ant Users List" To "Ant Users List" cc Subject How to rename a dir? Hello, How do I simply rename a directory in ant? When I use move it copies the directory also I just want to rename the name of the directory!

Re: AW: How to rename a dir?

2009-10-07 Thread Francis GALIEGUE
On Wed, Oct 7, 2009 at 16:33, Scot P. Floess wrote: > > Ha ha - me neither! > > A little misleading based upon the docs ;) > > On the other hand, you may actually want to move directory d to directory d1 (hence creating d1/d) when you use . Maybe a task? -- Francis Galiegue ONE2TEAM Ingénieu

Re: AW: How to rename a dir?

2009-10-07 Thread Scot P. Floess
16:21 An: Ant Users List Betreff: Re: How to rename a dir? Try: On Wed, 7 Oct 2009, Knuplesch, Juergen wrote: Hello, How do I simply rename a directory in ant? When I use move it copies the directory also I just want to rename the name of the directory! Juergen -- Jürgen Knuplesch

AW: How to rename a dir?

2009-10-07 Thread Knuplesch, Juergen
Thank you! Its not what I expected. Juergen -- Jürgen Knuplesch -Ursprüngliche Nachricht- Von: Scot P. Floess [mailto:sflo...@nc.rr.com] Gesendet: Mittwoch, 7. Oktober 2009 16:21 An: Ant Users List Betreff: Re: How to rename a dir? Try: On Wed, 7 Oct 2009

Re: How to rename a dir?

2009-10-07 Thread Scot P. Floess
Try: /> On Wed, 7 Oct 2009, Knuplesch, Juergen wrote: Hello, How do I simply rename a directory in ant? When I use move it copies the directory also I just want to rename the name of the directory! Juergen -- Jürgen Knuplesch --

How to rename a dir?

2009-10-07 Thread Knuplesch, Juergen
Hello, How do I simply rename a directory in ant? When I use move it copies the directory also I just want to rename the name of the directory! Juergen -- Jürgen Knuplesch - To unsubscribe, e-mail: user-unsubscr...@ant.apac