I am currently running a project that has many configuration files (xml, ...). These files hold configuration rules that are specific to the site (developement site or client site) where the project is being run (such as ip addresses, ...), and I am looking for a way to automate the modifications before building the project.
Ideally, the script would only be run if the version of the project is not a snapshot, and replace all configuration files of the developement site with the configuration files for the client. This way it wouldn't have to be done by hand. The client is not supposed to receive the configuration files meant for the development team.
Alternatively, each build would produce two versions, one for the development team, another for the client.