Is there any way to have a local .properties file used by MyEclipse that would result in ${var} type macro expansion/replacement capabilities throughout the project (or certain project locations such as you define in the XDoclet definitions)?
This would allow us to minimize the amount of hard coding we need to do as we are moving away from ANT to use more of MyEclipse’ built-in features. We need to be able to plug certain values into a couple of our standard properties files (and web.xml) as the deploy is occurring.