Is there a way to read external properties in antinstall-config.xml?
I would like to use the same installer for in QA and production, but control the UI behavior through a property in an external config file. For example, if in QA I would automatically fill out database settings of our internal QA DB server. Of course, QA will test the production installer as well.
Alec
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there a way to read external properties in antinstall-config.xml?
I would like to use the same installer for in QA and production, but control the UI behavior through a property in an external config file. For example, if in QA I would automatically fill out database settings of our internal QA DB server. Of course, QA will test the production installer as well.
Alec
I ended up using antinstaller-property task to pass external property settings to the installer.