I would like to set a number of properties in an Ant script from the results of an SQL task. These property settings would then be used within other targets in the same script. Is this possible? If not I suspect I will need to write a script to run the SQL and populate a property file, then another to read the property file and continue with the build process? Thanks.
