You can do this already with Ant. Just place a

    <property file="yourfilename.properties"/>

element (where 'yourfile.properties' should be the path to the desired
properties file relative to Ant's base directory for the project) in the XML
file, inside the <project> element. If you wanted to be able to select
different property files easily, you could even make the file name a
variable reference...

Hope that helps,
Vil.
--
Vilya Harvey, Consultant
[EMAIL PROTECTED]                 / digital steps /
(W) +44 (0)1483 469 480
(M) +44 (0)7816 678 457                 http://www.digitalsteps.com/


"Guillaume Laforge" <[EMAIL PROTECTED]> wrote in message
ahmc7s$i91$[EMAIL PROTECTED]">news:ahmc7s$i91$[EMAIL PROTECTED]...
> Hello everybody,
>
> I don't remember whether I have already requested it a few weeks ago, or
if
> someone else did as well.
> But I would like to be able to specify a property file in the "Build File
> Properties" inside the "Properties" tab.
> When working at work, I might use a certain property file with a give Ant
> build file, and at home, or on my laptop, I could specify another property
> file.
> Or maybe import properties from a property file inside the list of user
> defined properties ?
> Either would be ok.
>
> Guillaume
>
>


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

Reply via email to