Access user parameters in your Ant conductor file
To access the Output Generator dialog values in your Ant conductor file, you need to specify the IXIASOFT default_dependencies target as a dependency of your target.
To access the property value, use the Ant standard "{outgen.job.userparam.property_name}" expression in
            your code, where property_name is the name of
            the user property defined in the preprocessors.xml
            file.
To access user parameters in your Ant conductor file: