am working on a java project where am using ant as build tool.
I have two .property files say build_local and build_env. When I build the project through ant it should use build_local properties file and when am building the project for environment it should overwrite the build_local and use build_env.
Thanks in advance for any help. It would be great if you could post some references.