Hi,
I want each developer to be able to define their database settings for each project in their <user.home>/build.properties, like this
projecta.db.info=projecta_db_info projectb.db.info=projectb_db_info
However, I want to have a common set of db goals for all projects (inherited from my parent project).
So, if I have the project name in a ${project.id} variable, can I somehow dynamically retrieve the value of the property named <project.id>.db.info?
Or, is there an easier way to do this?
Thanks, Chad
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
