Re: [Nant-users] Renaming files belonging to a pattern using Nant

2005-05-12 Thread Troy Laurin
Sandeep, You can use the task to rename files, as in original.name" tofile="new.name" /> http://nant.sourceforge.net/release/latest/help/tasks/move.html Unfortunately to use this renaming behaviour you can only specify a single file, not a fileset (see the documentation for details).  You can st

[Nant-users] Renaming files belonging to a pattern using Nant

2005-05-12 Thread Sandeep
Hi,   We store configuration files for each environment within the project source code. Each file has an environment key in their file name, e.g. web.dev,config, web,qa.config etc. When I am building the project for a given environment (say QA) I need to do the following using NAnt: