I have an application that I have been developing using vi and ant and am trying to move into this century. I have a development machine with its own play database. I also have a machine on the internet with a real database. The username and password combinations for the database are different depending on which machine we are. There are other differences as well. My ant task along with tomcat manager handled this nicely. I had some “template” files (context.xml, log4j.properties, and web.xml) that would be copied to there expected locations and edited on-the-fly by ant tasks depending on if I wanted to deploy locally (for testing) or remotely (for release).
Is there a way to accomplish this in MyEclipse?
Thanks.
Dean