Hi,

In lots of Ant build file, you can find the task :

    <property file="build/build.properties" />
    <property file="${user.home}/build.properties" />

which defines in Ant all the properties located in the mentionned
properties file.

What would be nice would be the following : under the "Properties" tab
of Ant dialog box for Ant integration, could we have a list box in which
you can specify properties files, which will get added as Ant properties
in the same way as the existing properties are added.

The net benefit is that we don't have 2 locations to maintain the
properties. At the moment my properties file contain between 10-20
properties and it is a pain to copy them all to IDEA. Also, I always
forget to change the definition in IDEA when I change the properties
file.

Thanks a lot
-Vincent



_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to