I have an application which has the client code to a web service , the application was tested successfully and moved to production , Live deployment was such that the client had to be generated again and practically we have the same code with two different clients under the same package.
Client Package a.a A.java QA Client file Package a.a A.java Live Client file
The problem is the build management for such scenario , any suggestion how this can be effectively managed .