Re: rename files in directory and subdirectory

2008-08-07 Thread IsaakTaylor
Hello, thanx for the answers. First, I'm using Maven Ant Task. I have a Java project and I want to create an maven archetype (a project template out of a complete project). Like I said before, I have a directory with subdirs and they contain files like OldProjectXXX.java My task is to rename

rename files in directory and subdirectory

2008-08-06 Thread IsaakTaylor
Hello, I have a directory with some subdirectories (and they have also subdirectories). They contain about 260 files. I need to rename some of the files. I don't want to rename every file separate. Is there a ant way to do this? I looked up at ant move, but I think its not possible with the move