How to set a global property file so that contain the defined properties are getting resolved during my ANT build in Intelliji IDEA?
In Eclipse I can do this via the “Properties” tab in the “Window/Preferences/Ant/Runtime” config.
How can I set this in Intellij IDEA 9 or 10 ?
IDEA allows you to specify custom properties for the build script, but not via file:
If you want to use a file, then you need to reference properties file from the build.xml: