rename files in directory and subdirectory

2008-08-04 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

Re: Rename Strings and Files in Java-Project

2008-07-30 Thread IsaakTaylor
@petar Thanx man, thats is -- View this message in context: http://www.nabble.com/Rename-Strings-and-Files-in-Java-Project-tp18708260p18731757.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsub

Re: Rename Strings and Files in Java-Project

2008-07-29 Thread IsaakTaylor
No idea? -- View this message in context: http://www.nabble.com/Rename-Strings-and-Files-in-Java-Project-tp18708260p18727016.html Sent from the Maven - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Rename Strings and Files in Java-Project

2008-07-29 Thread IsaakTaylor
Hello, I have a Java-Project that I want to use as a model for future projects. There are files and strings I want to rename with the Maven. I am able to create the model from the given Java-Project with: mvn archetype:create-from-project mvn install mvn archetype:generate -DarchetypeCatalog=lo