I have a lot of projects which all depend on the same version of various jars. In project.xml, I would like to be able to specify the version using a property from a property file instead of having it hard-coded.
I have tried setting properties in driver.properties and referencing them in project.xml, but this does not work. Any suggestions ? Dave
